[libcxx-commits] [libcxx] 4539577 - [libc++] Disable the Apple system -fno-exceptions CI that is currently building
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 4 11:58:34 PDT 2021
Author: Louis Dionne
Date: 2021-10-04T14:58:30-04:00
New Revision: 45395775c1a5825498495642b8b699d39d3967f0
URL: https://github.com/llvm/llvm-project/commit/45395775c1a5825498495642b8b699d39d3967f0
DIFF: https://github.com/llvm/llvm-project/commit/45395775c1a5825498495642b8b699d39d3967f0.diff
LOG: [libc++] Disable the Apple system -fno-exceptions CI that is currently building
I'm disabling it to avoid blocking everybody until I've fixed the issue.
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 2d037e7e08269..1044030df0431 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -574,18 +574,19 @@ steps:
limit: 2
timeout_in_minutes: 120
- - label: "Apple system -fno-exceptions"
- command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-noexceptions"
- artifact_paths:
- - "**/test-results.xml"
- agents:
- queue: "libcxx-builders"
- os: "macos"
- retry:
- automatic:
- - exit_status: -1 # Agent was lost
- limit: 2
- timeout_in_minutes: 120
+ # TODO: Re-enable this once issues with the Apple-specific testing config have been resolved
+ # - label: "Apple system -fno-exceptions"
+ # command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-noexceptions"
+ # artifact_paths:
+ # - "**/test-results.xml"
+ # agents:
+ # queue: "libcxx-builders"
+ # os: "macos"
+ # retry:
+ # automatic:
+ # - exit_status: -1 # Agent was lost
+ # limit: 2
+ # timeout_in_minutes: 120
# Test back-deployment to older Apple platforms
- label: "Apple back-deployment macosx10.9"
More information about the libcxx-commits
mailing list