Skip to content

Commit db9c521

Browse files
ldionnetstellar
authored andcommitted
[libc++] Clarify comment in CI pipeline definition
This partially reverts commit 7d855bb. The comments were actually not outdated, they were simply unclear. (cherry picked from commit cf08452)
1 parent 3a95060 commit db9c521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ steps:
688688
agents:
689689
queue: "libcxx-builders"
690690
os: "macos"
691-
arch: "x86_64"
691+
arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
692692
retry:
693693
automatic:
694694
- exit_status: -1 # Agent was lost
@@ -703,7 +703,7 @@ steps:
703703
agents:
704704
queue: "libcxx-builders"
705705
os: "macos"
706-
arch: "x86_64"
706+
arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't support arm64 back then.
707707
retry:
708708
automatic:
709709
- exit_status: -1 # Agent was lost

0 commit comments

Comments
 (0)