Skip to content

Commit 3f0de75

Browse files
committed
Add fedora 39 platform for Bazel CI
Fixes: bazelbuild#1593.
1 parent 3070876 commit 3f0de75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildkite/bazelci.py

+8
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,14 @@
551551
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2204-java17",
552552
"python": "python3",
553553
},
554+
"fedora39": {
555+
"name": "Fedora 39 (OpenJDK 17, gcc 13.1.1)",
556+
"emoji-name": ":fedora: 39 (OpenJDK 17, gcc 13.1.1)",
557+
"downstream-root": "/var/lib/buildkite-agent/builds/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects",
558+
"publish_binary": [],
559+
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/fedora39-java17",
560+
"python": "python3",
561+
},
554562
"macos": {
555563
"name": "macOS (OpenJDK 11, Xcode)",
556564
"emoji-name": ":darwin: (OpenJDK 11, Xcode)",

0 commit comments

Comments
 (0)