Skip to content

Commit

Permalink
[libc++] Add Unstable ABI CI run
Browse files Browse the repository at this point in the history
Reviewed By: ldionne, #libc, Mordante

Spies: mgorny, Mordante, libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D118725
  • Loading branch information
philnik777 committed Feb 5, 2022
1 parent 6452549 commit 5488021
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/cmake/caches/Generic-abi-unstable.cmake
@@ -0,0 +1 @@
set(LIBCXX_ABI_UNSTABLE ON CACHE BOOL "")
13 changes: 13 additions & 0 deletions libcxx/utils/ci/buildkite-pipeline.yml
Expand Up @@ -465,6 +465,19 @@ steps:
limit: 2
timeout_in_minutes: 120

- label: "Unstable ABI"
command: "libcxx/utils/ci/run-buildbot generic-abi-unstable"
artifact_paths:
- "**/test-results.xml"
agents:
queue: "libcxx-builders"
os: "linux"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2
timeout_in_minutes: 120

- label: "No experimental features"
command: "libcxx/utils/ci/run-buildbot generic-no-experimental"
artifact_paths:
Expand Down
7 changes: 7 additions & 0 deletions libcxx/utils/ci/run-buildbot
Expand Up @@ -397,6 +397,13 @@ generic-no-experimental)
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
check-runtimes
;;
generic-abi-unstable)
clean
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-abi-unstable.cmake" \
-DLIBCXX_TEST_CONFIG="llvm-libc++-shared.cfg.in" \
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
check-runtimes
;;
apple-system)
clean

Expand Down

0 comments on commit 5488021

Please sign in to comment.