Skip to content

Commit

Permalink
bazel: disable wasm on macOS for now (envoyproxy#20889)
Browse files Browse the repository at this point in the history
On M1 macs this fails with a linker error that I'm attempting to fix
here https://chromium-review.googlesource.com/c/v8/v8/+/3589296

We could also take that as a patch but it would probably be nice to get
input upstream on the fix first.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith authored Apr 20, 2022
1 parent d18e9be commit 823f81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ build:macos --cxxopt=-std=c++17
build:macos --action_env=PATH=/usr/bin:/bin:/opt/homebrew/bin:/usr/local/bin:/opt/local/bin
build:macos --host_action_env=PATH=/usr/bin:/bin:/opt/homebrew/bin:/usr/local/bin:/opt/local/bin
build:macos --define tcmalloc=disabled
build:macos --define wasm=disabled

# macOS ASAN/UBSAN
build:macos-asan --config=asan
Expand Down

0 comments on commit 823f81e

Please sign in to comment.