summaryrefslogtreecommitdiff
path: root/ci/macos_xcode_bazel.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2022-08-15 07:00:03 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-08-15 07:00:39 -0700
commit59cba2b50dd689010f338c63db95ca164f195798 (patch)
treee82ab4c68446c6fffa8fd7aa85692472c9c82f8c /ci/macos_xcode_bazel.sh
parent61f84d623d2a8591501012bf325e1439777a4911 (diff)
Add --features=external_include_paths to Bazel CI to ignore warnings
from dependencies PiperOrigin-RevId: 467659690 Change-Id: I4804a825af50594fdd49e8927411b805dc5912f5
Diffstat (limited to 'ci/macos_xcode_bazel.sh')
-rwxr-xr-xci/macos_xcode_bazel.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/macos_xcode_bazel.sh b/ci/macos_xcode_bazel.sh
index f6b9ec39..04c9a1a2 100755
--- a/ci/macos_xcode_bazel.sh
+++ b/ci/macos_xcode_bazel.sh
@@ -56,6 +56,7 @@ ${BAZEL_BIN} test ... \
--copt="-DGTEST_REMOVE_LEGACY_TEST_CASEAPI_=1" \
--copt="-Werror" \
--cxxopt="-std=c++14" \
+ --features=external_include_paths \
--keep_going \
--show_timestamps \
--test_env="TZDIR=${ABSEIL_ROOT}/absl/time/internal/cctz/testdata/zoneinfo" \