aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-08-04 14:06:31 -0400
committerLouis Dionne <ldionne.2@gmail.com>2022-08-04 14:08:07 -0400
commitcf08452e918e04c5a95b6dce11a977b317ac4476 (patch)
tree4fe8379ed98f87e4a3081e7bf1b43854b5936be6
parent7d855bb8e133720ac1555dc189d9f41e7a50ea93 (diff)
[libc++] Clarify comment in CI pipeline definition
This partially reverts commit 7d855bb8e133. The comments were actually not outdated, they were simply unclear.
-rw-r--r--libcxx/utils/ci/buildkite-pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index d0be2b9daa0d..ac199b05f5f2 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -688,7 +688,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
- arch: "x86_64"
+ arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
retry:
automatic:
- exit_status: -1 # Agent was lost
@@ -703,7 +703,7 @@ steps:
agents:
queue: "libcxx-builders"
os: "macos"
- arch: "x86_64"
+ arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
retry:
automatic:
- exit_status: -1 # Agent was lost