Skip to content

Commit

Permalink
Disable web assembly in testing to ensure compilation on macOS v8 12
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBehrens committed Oct 26, 2024
1 parent 573858f commit 28b917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Setup GN
# Warnings are no errors - @see https://issues.chromium.org/issues/42203398#comment9
tools/dev/v8gen.py -vv x64.release -- is_component_build=true use_custom_libcxx=false treat_warnings_as_errors=false
tools/dev/v8gen.py -vv x64.release -- is_component_build=true use_custom_libcxx=false treat_warnings_as_errors=false v8_enable_webassembly=false
# Build
ninja -C out.gn/x64.release/
Expand Down

0 comments on commit 28b917c

Please sign in to comment.