We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4a463 commit a88db61Copy full SHA for a88db61
buildkite/bazelci.py
@@ -1813,7 +1813,7 @@ def remote_caching_flags(platform, accept_cached=True):
1813
remote_cache_flags = [
1814
f"--remote_cache=https://storage.googleapis.com/bazel-{bucket_id}-build-cache",
1815
# TODO: remove after fixing https://github.com/bazelbuild/bazel/issues/25232
1816
- "--noremote_cache_async",
+ "--noexperimental_remote_cache_async",
1817
]
1818
else:
1819
0 commit comments