summaryrefslogtreecommitdiff
path: root/ci/linux_clang-latest_libcxx_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/linux_clang-latest_libcxx_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/linux_clang-latest_libcxx_bazel.sh')
-rwxr-xr-xci/linux_clang-latest_libcxx_bazel.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/linux_clang-latest_libcxx_bazel.sh b/ci/linux_clang-latest_libcxx_bazel.sh
index 11d4e41c..38b2d744 100755
--- a/ci/linux_clang-latest_libcxx_bazel.sh
+++ b/ci/linux_clang-latest_libcxx_bazel.sh
@@ -87,6 +87,7 @@ for std in ${STD}; do
--copt=-Werror \
--define=\"absl=1\" \
--distdir=\"/bazel-distdir\" \
+ --features=external_include_paths \
--keep_going \
--show_timestamps \
--test_env=\"GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1\" \