[libc++] Target x86_64 only for the backdeployment jobs
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 12 Jul 2021 21:34:44 +0000 (17:34 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 13 Jul 2021 14:29:08 +0000 (10:29 -0400)
Differential Revision: https://reviews.llvm.org/D105846

libcxx/utils/ci/buildkite-pipeline.yml

index edf707d..54fed0d 100644 (file)
@@ -495,6 +495,7 @@ steps:
     agents:
       queue: "libcxx-builders"
       os: "macos10.15" # TODO: For now, we're running the back-deployment tests for 10.9 on 10.15, because we don't have proper 10.9 machines
+      arch: "x86_64"
     retry:
       automatic:
         - exit_status: -1  # Agent was lost
@@ -507,6 +508,7 @@ steps:
     agents:
       queue: "libcxx-builders"
       os: "macos10.15"
+      arch: "x86_64"
     retry:
       automatic:
         - exit_status: -1  # Agent was lost