diff options
author | Derek Mauro <dmauro@google.com> | 2022-08-15 07:00:03 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-08-15 07:00:39 -0700 |
commit | 59cba2b50dd689010f338c63db95ca164f195798 (patch) | |
tree | e82ab4c68446c6fffa8fd7aa85692472c9c82f8c /ci/linux_gcc-latest_libstdcxx_bazel.sh | |
parent | 61f84d623d2a8591501012bf325e1439777a4911 (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_gcc-latest_libstdcxx_bazel.sh')
-rwxr-xr-x | ci/linux_gcc-latest_libstdcxx_bazel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/linux_gcc-latest_libstdcxx_bazel.sh b/ci/linux_gcc-latest_libstdcxx_bazel.sh index 6346b662..091acb33 100755 --- a/ci/linux_gcc-latest_libstdcxx_bazel.sh +++ b/ci/linux_gcc-latest_libstdcxx_bazel.sh @@ -85,6 +85,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\" \ |