We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe062da commit 2590343Copy full SHA for 2590343
shared.bazelrc
@@ -42,6 +42,9 @@ build:cache --remote_cache=grpcs://remote.buildbuddy.io
42
build:cache --@rules_xcodeproj//xcodeproj:extra_common_flags='--config=cache'
43
build:cache --@rules_xcodeproj//xcodeproj:extra_generator_flags='--bes_backend= --bes_results_url='
44
45
+# Update when cache is poisoned
46
+build:cache --action_env=REMOTE_CACHE_KEY=1
47
+
48
# Build with --config=remote to use BuildBuddy RBE
49
build:remote --config=cache
50
build:remote --remote_executor=grpcs://remote.buildbuddy.io
0 commit comments