File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351351
352352 mkdir -p $GITHUB_WORKSPACE/ccache
353353 # Download pre-built v8 binary for cross-compilation
354- aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/141 /v8-cmake-x64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
354+ aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/138 /v8-cmake-x64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
355355 tar -zxf $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-x64.tar.gz -C $GITHUB_WORKSPACE/contrib/v8-cmake/
356356 rm $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-x64.tar.gz
357357 chmod a+x $GITHUB_WORKSPACE/contrib/v8-cmake/bytecode_builtins_list_generator
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ jobs:
375375 git config user.email "[email protected] " 376376
377377 # download the pre-built binary of v8 (this is only for cross-compile)
378- aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/141 /v8-cmake-x64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
378+ aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/138 /v8-cmake-x64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
379379 tar -zxf $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-x64.tar.gz -C $GITHUB_WORKSPACE/contrib/v8-cmake/
380380 rm $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-x64.tar.gz
381381 chmod a+x $GITHUB_WORKSPACE/contrib/v8-cmake/bytecode_builtins_list_generator
@@ -448,7 +448,7 @@ jobs:
448448 git config user.email "[email protected] " 449449
450450 # download the pre-built binary of v8 (this is only for cross-compile)
451- aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/141 /v8-cmake-arm64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
451+ aws s3 cp --no-progress s3://tp-internal2/proton-oss/cross-compile-prebuilt-binary/138 /v8-cmake-arm64.tar.gz $GITHUB_WORKSPACE/contrib/v8-cmake/
452452 tar -zxf $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-arm64.tar.gz -C $GITHUB_WORKSPACE/contrib/v8-cmake/
453453 rm $GITHUB_WORKSPACE/contrib/v8-cmake/v8-cmake-arm64.tar.gz
454454 chmod a+x $GITHUB_WORKSPACE/contrib/v8-cmake/bytecode_builtins_list_generator
You can’t perform that action at this time.
0 commit comments