Skip to content

Commit

Permalink
Fedora39 platform (#1639)
Browse files Browse the repository at this point in the history
Fixes: #1593.

Closes: #1639.
  • Loading branch information
davido authored May 8, 2023
1 parent db65520 commit ba4478f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,14 @@
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2204-java17",
"python": "python3",
},
"fedora39": {
"name": "Fedora 39 (OpenJDK 17, gcc 13.1.1)",
"emoji-name": ":fedora: 39 (OpenJDK 17, gcc 13.1.1)",
"downstream-root": "/var/lib/buildkite-agent/builds/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects",
"publish_binary": [],
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/fedora39-java17",
"python": "python3",
},
"macos": {
"name": "macOS (OpenJDK 11, Xcode)",
"emoji-name": ":darwin: (OpenJDK 11, Xcode)",
Expand Down

0 comments on commit ba4478f

Please sign in to comment.