Skip to content

Commit 1d07a9c

Browse files
authored
Publish binaries to the centos7 bucket, again (#2296)
Old versions of Bazelisk are still using this bucket to download general Linux binaries. This change is a temporary workaround - we should stop publishing to this bucket in the future, especially since its name is misleading as we build all Linux binaries on Rocky Linux 8 now. Progress towards #2294
1 parent 38f51bf commit 1d07a9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildkite/bazelci.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@
292292
"emoji-name": ":rocky: Rocky Linux 8",
293293
# We publish to the ubuntu1404 bucket since all Python versions of
294294
# Bazelisk <= v1.26.0 download from this bucket on Linux.
295-
# We should delete it after a migration period.
296-
"publish_binary": ["ubuntu1404", "linux"],
295+
# Same problem for the centos7 bucket and Go-Bazelisk older than v1.21.0.
296+
# We should stop doing this after a migration period.
297+
"publish_binary": ["centos7", "ubuntu1404", "linux"],
297298
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/rockylinux8",
298299
"python": "python3.8",
299300
},

0 commit comments

Comments
 (0)