We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3070876 commit 3f0de75Copy full SHA for 3f0de75
buildkite/bazelci.py
@@ -551,6 +551,14 @@
551
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2204-java17",
552
"python": "python3",
553
},
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
+ },
562
"macos": {
563
"name": "macOS (OpenJDK 11, Xcode)",
564
"emoji-name": ":darwin: (OpenJDK 11, Xcode)",
0 commit comments