Skip to content

Commit

Permalink
try flag to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 5, 2024
1 parent 5d7c990 commit 1950938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down

0 comments on commit 1950938

Please sign in to comment.