From 28b917cb4ca09d311d221fef7da02ad3043724d4 Mon Sep 17 00:00:00 2001 From: Joshua Behrens Date: Sat, 26 Oct 2024 17:02:04 +0200 Subject: [PATCH] Disable web assembly in testing to ensure compilation on macOS v8 12 --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8f49a0b2..a9606c8e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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/