[llvm-branch-commits] [libcxx] db9c521 - [libc++] Clarify comment in CI pipeline definition

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 8 15:38:31 PDT 2022


Author: Louis Dionne
Date: 2022-08-08T13:29:17-07:00
New Revision: db9c521e4f24ca5f46921902be3fd3e6dd27fb71

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

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

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

(cherry picked from commit cf08452e918e04c5a95b6dce11a977b317ac4476)

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 llvm-branch-commits mailing list