[libcxx-commits] [libcxx] a61d07a - [libc++][ci] Pin apple-system to arm64 to relieve pressure on x86_64 hosts
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 15 12:08:00 PST 2022
Author: Louis Dionne
Date: 2022-02-15T15:07:54-05:00
New Revision: a61d07ac94ab89a1e19619a7519d16540a945e04
URL: https://github.com/llvm/llvm-project/commit/a61d07ac94ab89a1e19619a7519d16540a945e04
DIFF: https://github.com/llvm/llvm-project/commit/a61d07ac94ab89a1e19619a7519d16540a945e04.diff
LOG: [libc++][ci] Pin apple-system to arm64 to relieve pressure on x86_64 hosts
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index bd66db0fe145..31d2825f0ef8 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -603,6 +603,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
+ arch: "arm64" # This can technically run on any architecture, but we have more resources on arm64 so we pin this job to arm64
retry:
automatic:
- exit_status: -1 # Agent was lost
More information about the libcxx-commits
mailing list