Skip to content

Commit

Permalink
Linux: update static libv8 to version 11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 8, 2024
1 parent a9d3ebd commit b876d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
6.0.0
- Add support for dynamic ES modules
- Update static libv8 to version 10.8 on most platforms
- Linux: update static libv8 to version 11.9

5.0.1
- Remove some test verbosity per CRAN request
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ elif [ "$IS_MACOS" ]; then
. ./autobrew
fi
elif [ "$DOWNLOAD_STATIC_LIBV8" ]; then
SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/10.8.168.25/get-v8-linux.sh"
SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/11.9.169.7/get-v8-linux.sh"
${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true
fi

Expand Down

0 comments on commit b876d46

Please sign in to comment.