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/macos_xcode_bazel.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/macos_xcode_bazel.sh') 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" \ -- cgit v1.2.3