Skip to content

Commit

Permalink
fix: linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
billywhizz committed Mar 20, 2024
1 parent 761e114 commit d13c70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd $GITHUB_WORKSPACE/v8
build/linux/sysroot_scripts/install-sysroot.py --arch=${{ matrix.platform }}
gn gen out.gn/${{ matrix.platform }}.release
ninja v8_monolith -C out.gn/${{ matrix.platform }}.release/
ninja -C out.gn/${{ matrix.platform }}.release/
# - name: Compress static library
# run: |
# gzip -9 -c ${{ github.workspace }}/v8/out.gn/${{ matrix.platform }}.release/obj/libv8_monolith.a > libv8_monolith-linux-${{ matrix.platform }}.a.gz
Expand Down
2 changes: 1 addition & 1 deletion args.linux.x64.gn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ v8_enable_verify_heap=false
v8_enable_pointer_compression=true
# v8_enable_maglev=false
v8_use_external_startup_data=true
v8_use_snapshot=true
# v8_use_snapshot=true
v8_enable_private_mapping_fork_optimization=true
v8_disable_write_barriers=true
v8_monolithic=false

0 comments on commit d13c70b

Please sign in to comment.