From 19509387fdfc9a73dd545493fe0f708c422ae36c Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Thu, 5 Sep 2024 08:11:42 -0700 Subject: [PATCH] try flag to fix ci --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index 2b404c601c..8fce2bf244 100644 --- a/.bazelrc +++ b/.bazelrc @@ -24,6 +24,10 @@ coverage --experimental_fetch_all_coverage_outputs # https://bazel.build/reference/command-line-reference#flag--experimental_cc_shared_library common --experimental_cc_shared_library +# Avoid failures caused to breakages in the remote cache +# https://github.com/bazelbuild/bazel/issues/18696 +common --experimental_remote_cache_eviction_retries=1 + ############################################################################### ## Unique configuration groups ###############################################################################