[libcxx-commits] [libcxx] c5ad8bb - [libc++] Target x86_64 only for the backdeployment jobs

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 07:29:23 PDT 2021


Author: Louis Dionne
Date: 2021-07-13T10:29:08-04:00
New Revision: c5ad8bb8d41018ba58490873e95cc841d9276702

URL: https://github.com/llvm/llvm-project/commit/c5ad8bb8d41018ba58490873e95cc841d9276702
DIFF: https://github.com/llvm/llvm-project/commit/c5ad8bb8d41018ba58490873e95cc841d9276702.diff

LOG: [libc++] Target x86_64 only for the backdeployment jobs

Differential Revision: https://reviews.llvm.org/D105846

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 edf707d8e4195..54fed0d6e14fc 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -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


        


More information about the libcxx-commits mailing list