Skip to content

Commit 6a4a463

Browse files
authored
1 parent d7e64b4 commit 6a4a463

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildkite/bazelci.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,9 @@ def remote_caching_flags(platform, accept_cached=True):
18111811
if is_mac():
18121812
bucket_id = "trusted" if THIS_IS_TRUSTED else "untrusted"
18131813
remote_cache_flags = [
1814-
f"--remote_cache=https://storage.googleapis.com/bazel-{bucket_id}-build-cache"
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",
18151817
]
18161818
else:
18171819
remote_cache_flags = [

0 commit comments

Comments
 (0)