mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 20:22:30 +00:00
[libc++] Add Unstable ABI CI run
Reviewed By: ldionne, #libc, Mordante Spies: mgorny, Mordante, libcxx-commits, arichardson Differential Revision: https://reviews.llvm.org/D118725
This commit is contained in:
parent
6452549f30
commit
5488021f3e
1
libcxx/cmake/caches/Generic-abi-unstable.cmake
Normal file
1
libcxx/cmake/caches/Generic-abi-unstable.cmake
Normal file
@ -0,0 +1 @@
|
||||
set(LIBCXX_ABI_UNSTABLE ON CACHE BOOL "")
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user