Skip to content

Commit a88db61

Browse files
authored
Update bazelci.py
1 parent 6a4a463 commit a88db61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/bazelci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ def remote_caching_flags(platform, accept_cached=True):
18131813
remote_cache_flags = [
18141814
f"--remote_cache=https://storage.googleapis.com/bazel-{bucket_id}-build-cache",
18151815
# TODO: remove after fixing https://github.com/bazelbuild/bazel/issues/25232
1816-
"--noremote_cache_async",
1816+
"--noexperimental_remote_cache_async",
18171817
]
18181818
else:
18191819
remote_cache_flags = [

0 commit comments

Comments
 (0)