Author: Louis Dionne Date: 2022-08-08T13:29:17-07:00 New Revision: 3a95060f00586db4140c25fddd75583788cf798c
URL: https://github.com/llvm/llvm-project/commit/3a95060f00586db4140c25fddd75583788cf798c DIFF: https://github.com/llvm/llvm-project/commit/3a95060f00586db4140c25fddd75583788cf798c.diff LOG: [libc++][NFC] Remove outdated comment in CI pipeline definition (cherry picked from commit 7d855bb8e133720ac1555dc189d9f41e7a50ea93) 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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits