Skip to content

Commit

Permalink
Add fedora40 platform (#1966)
Browse files Browse the repository at this point in the history
Fixes #1960.
  • Loading branch information
davido authored Jun 3, 2024
1 parent e102c9f commit 9d79fb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,13 @@
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/fedora39-java17",
"python": "python3",
},
"fedora40": {
"name": "Fedora 40 (OpenJDK 21, gcc 14.1.1)",
"emoji-name": ":fedora: Fedora 40 (OpenJDK 21, gcc 14.1.1)",
"publish_binary": [],
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/fedora40-java21",
"python": "python3",
},
"macos": {
"name": "macOS",
"emoji-name": ":darwin: macOS",
Expand Down

0 comments on commit 9d79fb4

Please sign in to comment.