Skip to content

Commit

Permalink
Fix OSS bazel build on MacOS
Browse files Browse the repository at this point in the history
see bazelbuild/bazel#10472 for more info on why this is needed. Without it, the build will try to use system headers which conflict with project defined headers in this build for boringssl

PiperOrigin-RevId: 627450385
  • Loading branch information
hai007 authored and copybara-github committed Apr 23, 2024
1 parent e9c39b4 commit 3587cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build --action_env=BAZEL_CXXOPTS=-std=c++17
# Definition of --config=memcheck
build:memcheck --strip=never --test_timeout=3600
build:memcheck --strip=never --test_timeout=3600
build --sandbox_block_path=/usr/local

0 comments on commit 3587cfc

Please sign in to comment.