From e1524dfef4d2395346896170f4744025af4b6de9 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Wed, 2 Feb 2022 14:42:56 +0100 Subject: [PATCH] Add `windows_arm64` platform Currently we are only using x64 machines to do cross-compile. This is to support https://github.com/bazelbuild/bazel/pull/14340 --- buildkite/bazelci.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index d2f1f943a2..c6feeaf445 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -558,6 +558,16 @@ "queue": "windows", "python": "python.exe", }, + "windows_arm64": { + "name": "Windows ARM64 (OpenJDK 11, VS2017)", + "emoji-name": ":windows: arm64 (OpenJDK 11, VS2017)", + "downstream-root": "c:/b/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects", + "publish_binary": ["windows_arm64"], + # TODO(pcloudy): Switch to windows_arm64 queue when Windows ARM64 machines are available, + # current we just use x86_64 machines to do cross compile. + "queue": "windows", + "python": "python.exe", + }, "rbe_ubuntu1604": { "name": "RBE (Ubuntu 16.04, OpenJDK 8)", "emoji-name": "RBE (:ubuntu: 16.04, OpenJDK 8)",