File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,17 @@ python: '2.7'
2222
2323env :
2424 global :
25- - URL_PREFIX=https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a /
25+ - URL_PREFIX=https://v8.eyeofiles.com/v8-${!V8_COMMIT} /
2626 - ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b
2727 - libv8_show_warnings="true"
2828 matrix :
29- - ABP_OS_SCRIPT=nix
30- - ABP_OS_SCRIPT=android
29+ # 6.7.288.11
30+ - V8_COMMIT=4fc9a2fe7f8a7ef1e7966185b39b3b541792669a ABP_OS_SCRIPT=nix
31+ - V8_COMMIT=4fc9a2fe7f8a7ef1e7966185b39b3b541792669a ABP_OS_SCRIPT=android
32+ # https://github.com/adblockplus/v8-googlesource/commit/3cdaf01c4043e19965efc5ef48df5314960b898f
33+ # 6.5.254.41
34+ - V8_COMMIT=3cdaf01c4043e19965efc5ef48df5314960b898f ABP_OS_SCRIPT=nix
35+ - V8_COMMIT=3cdaf01c4043e19965efc5ef48df5314960b898f ABP_OS_SCRIPT=android
3136
3237before_script :
3338 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
You can’t perform that action at this time.
0 commit comments