summaryrefslogtreecommitdiff
path: root/ci/linux_clang-latest_libcxx_bazel.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-10-12 06:15:01 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-10-12 06:15:42 -0700
commitcb7d5cc8cb837cc7864dd3974f1aa5b3e83cb8ab (patch)
tree1c0f3914d5e3d917bbef7c3eb7eeb8e67c8458de /ci/linux_clang-latest_libcxx_bazel.sh
parent8bb4174c348edd966ccd5c7fbfb41e5aa8146f9e (diff)
Bazel: Use --remote_download_minimal to improve remote cache usage in CI builds
See https://blog.bazel.build/2023/10/06/bwob-in-bazel-7.html PiperOrigin-RevId: 572883468 Change-Id: Ib6f8665bf28f3973ffa3f932d400636b3b97f08a
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 ac4c99ab..cd3e0119 100755
--- a/ci/linux_clang-latest_libcxx_bazel.sh
+++ b/ci/linux_clang-latest_libcxx_bazel.sh
@@ -89,6 +89,7 @@ for std in ${STD}; do
--distdir=\"/bazel-distdir\" \
--features=external_include_paths \
--keep_going \
+ --remote_download_minimal \
--show_timestamps \
--test_env=\"GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1\" \
--test_env=\"TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo\" \