[libc++][NFC] Remove outdated comment in CI pipeline definition
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 4 Aug 2022 18:03:16 +0000 (14:03 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 4 Aug 2022 18:03:23 +0000 (14:03 -0400)
libcxx/utils/ci/buildkite-pipeline.yml

index 755f98d..d0be2b9 100644 (file)
@@ -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