[libcxx-commits] [PATCH] D111349: [libc++] Remove the CI job for Apple/System/Noexceptions
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 7 14:27:50 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1262f8a64d21: [libc++] Remove the CI job for Apple/System/Noexceptions (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111349/new/
https://reviews.llvm.org/D111349
Files:
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -370,14 +370,6 @@
-DLIBCXX_TEST_CONFIG="apple-libc++-shared.cfg.in"
check-runtimes
;;
-x86_64-apple-system-noexceptions)
- clean
- generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Apple.cmake" \
- -DLIBCXX_ENABLE_EXCEPTIONS=OFF \
- -DLIBCXXABI_ENABLE_EXCEPTIONS=OFF \
- -DLIBCXX_TEST_CONFIG="apple-libc++-shared.cfg.in"
- check-runtimes
-;;
x86_64-apple-system-backdeployment-*)
clean
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -574,20 +574,6 @@
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"
command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.9"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111349.378011.patch
Type: text/x-patch
Size: 1600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211007/85d1e4e9/attachment.bin>
More information about the libcxx-commits
mailing list