mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 22:16:05 +00:00
[libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency
This commit is contained in:
parent
b2a13d3e2d
commit
a9a6e20012
@ -410,7 +410,7 @@ steps:
|
||||
- group: "Parts disabled"
|
||||
steps:
|
||||
- label: "No threads"
|
||||
command: "libcxx/utils/ci/run-buildbot generic-singlethreaded"
|
||||
command: "libcxx/utils/ci/run-buildbot generic-no-threads"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
- "**/*.abilist"
|
||||
|
@ -342,9 +342,9 @@ generic-with_llvm_unwinder)
|
||||
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
|
||||
check-runtimes
|
||||
;;
|
||||
generic-singlethreaded)
|
||||
generic-no-threads)
|
||||
clean
|
||||
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-singlethreaded.cmake" \
|
||||
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-threads.cmake" \
|
||||
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
|
||||
check-runtimes
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user