Fix OSS bazel build on MacOS

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: 627458516
This commit is contained in:
hai007
2024-04-23 11:50:42 -07:00
committed by Copybara-Service
parent e9c39b46b3
commit bb9305bdf3
+2 -1
View File
@@ -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