[libcxx-commits] [PATCH] D105846: [libc++] Target x86_64 only for the backdeployment jobs

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc5ad8bb8d410: [libc++] Target x86_64 only for the backdeployment jobs (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105846/new/

https://reviews.llvm.org/D105846

Files:
  libcxx/utils/ci/buildkite-pipeline.yml


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -495,6 +495,7 @@
     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 @@
     agents:
       queue: "libcxx-builders"
       os: "macos10.15"
+      arch: "x86_64"
     retry:
       automatic:
         - exit_status: -1  # Agent was lost


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105846.358263.patch
Type: text/x-patch
Size: 691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/1f1d3124/attachment.bin>


More information about the libcxx-commits mailing list