Skip to content

Commit 9db28ad

Browse files

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
@@ -1770,7 +1770,7 @@ def remote_caching_flags(platform, accept_cached=True):
17701770
platform_cache_key = [
17711771
BUILDKITE_ORG.encode("utf-8"),
17721772
# Whenever the remote cache was known to have been poisoned increase the number below
1773-
"cache-poisoning-20230803".encode("utf-8"),
1773+
"cache-poisoning-20241105".encode("utf-8"),
17741774
platform.encode("utf-8"),
17751775
]
17761776

0 commit comments

Comments
 (0)