[libcxx-commits] [libcxx] 7d855bb - [libc++][NFC] Remove outdated comment in CI pipeline definition

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


Author: Louis Dionne
Date: 2022-08-04T14:03:23-04:00
New Revision: 7d855bb8e133720ac1555dc189d9f41e7a50ea93

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

LOG: [libc++][NFC] Remove outdated comment in CI pipeline definition

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 755f98d9c6b34..d0be2b9daa0d7 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" # We need to use x86_64 for back-deployment CI, since the old dylibs were compiled for x86_64
+        arch: "x86_64"
       retry:
         automatic:
           - exit_status: -1  # Agent was lost
@@ -703,7 +703,7 @@ steps:
       agents:
         queue: "libcxx-builders"
         os: "macos"
-        arch: "x86_64" # We need to use x86_64 for back-deployment CI, since the old dylibs were compiled for x86_64
+        arch: "x86_64"
       retry:
         automatic:
           - exit_status: -1  # Agent was lost


        


More information about the libcxx-commits mailing list