forked from OSchip/llvm-project
[libc++] NFC: nodebug => no-debug in the CI configurations
This commit is contained in:
parent
20c68d9441
commit
2e033b36bf
|
@ -0,0 +1 @@
|
|||
set(LIBCXX_ENABLE_DEBUG_MODE_SUPPORT OFF CACHE BOOL "")
|
|
@ -178,7 +178,7 @@ steps:
|
|||
limit: 2
|
||||
|
||||
- label: "No debug mode"
|
||||
command: "libcxx/utils/ci/run-buildbot generic-nodebug"
|
||||
command: "libcxx/utils/ci/run-buildbot generic-no-debug"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
agents:
|
||||
|
|
|
@ -241,11 +241,11 @@ generic-singlethreaded)
|
|||
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-singlethreaded.cmake"
|
||||
check-cxx-cxxabi
|
||||
;;
|
||||
generic-nodebug)
|
||||
generic-no-debug)
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
clean
|
||||
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-nodebug.cmake"
|
||||
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-debug.cmake"
|
||||
check-cxx-cxxabi
|
||||
;;
|
||||
generic-no-filesystem)
|
||||
|
|
Loading…
Reference in New Issue