From 642be53fc4650b0613000346efee83ba468bbc08 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 7 May 2023 09:47:36 +0200 Subject: [PATCH] Add fedora 39 platform for Bazel CI Fixes: https://github.com/bazelbuild/continuous-integration/issues/1593. --- buildkite/bazelci.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 9a7d2adb2f..fe10f9fa6f 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -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)",