From 59cba2b50dd689010f338c63db95ca164f195798 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Mon, 15 Aug 2022 07:00:03 -0700 Subject: Add --features=external_include_paths to Bazel CI to ignore warnings from dependencies PiperOrigin-RevId: 467659690 Change-Id: I4804a825af50594fdd49e8927411b805dc5912f5 --- ci/linux_clang-latest_libcxx_tsan_bazel.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/linux_clang-latest_libcxx_tsan_bazel.sh') diff --git a/ci/linux_clang-latest_libcxx_tsan_bazel.sh b/ci/linux_clang-latest_libcxx_tsan_bazel.sh index 74b4626c..5652ebe1 100755 --- a/ci/linux_clang-latest_libcxx_tsan_bazel.sh +++ b/ci/linux_clang-latest_libcxx_tsan_bazel.sh @@ -83,6 +83,7 @@ for std in ${STD}; do --copt="-fno-sanitize-blacklist" \ --copt=-Werror \ --distdir="/bazel-distdir" \ + --features=external_include_paths \ --keep_going \ --linkopt="-fsanitize=thread" \ --show_timestamps \ -- cgit v1.2.3