We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95060 commit db9c521Copy full SHA for db9c521
libcxx/utils/ci/buildkite-pipeline.yml
@@ -688,7 +688,7 @@ steps:
688
agents:
689
queue: "libcxx-builders"
690
os: "macos"
691
- 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.
692
retry:
693
automatic:
694
- exit_status: -1 # Agent was lost
@@ -703,7 +703,7 @@ steps:
703
704
705
706
707
708
709
0 commit comments