[libcxx-commits] [libcxx] cf08452 - [libc++] Clarify comment in CI pipeline definition

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 11:08:23 PDT 2022


Author: Louis Dionne
Date: 2022-08-04T14:08:07-04:00
New Revision: cf08452e918e04c5a95b6dce11a977b317ac4476

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

LOG: [libc++] Clarify comment in CI pipeline definition

This partially reverts commit 7d855bb8e133. The comments were actually
not outdated, they were simply unclear.

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 d0be2b9daa0d..ac199b05f5f2 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -688,7 +688,7 @@ steps:
       agents:
         queue: "libcxx-builders"
         os: "macos"
-        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.
       retry:
         automatic:
           - exit_status: -1  # Agent was lost
@@ -703,7 +703,7 @@ steps:
       agents:
         queue: "libcxx-builders"
         os: "macos"
-        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.
       retry:
         automatic:
           - exit_status: -1  # Agent was lost


        


More information about the libcxx-commits mailing list