Skip to content

Commit e78725d

Browse files
committed
[LLDB] Stop building libcxx on LLDB asan bot
1 parent 2702305 commit e78725d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zorg/jenkins/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def lldb_cmake_builder(target, variant=None):
551551
'-DCMAKE_INSTALL_PREFIX={}'.format(conf.lldbinstalldir()),
552552
'-DCMAKE_MAKE_PROGRAM={}'.format(NINJA),
553553
'-DLLDB_TEST_USER_ARGS='+';'.join(dotest_args),
554-
'-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=On',
554+
'-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=Off', # Using system clang.
555555
'-DLLDB_ENABLE_PYTHON=On',
556556
'-DLLDB_ENABLE_LZMA=Off',
557557
'-DLIBCXX_HARDENING_MODE=none',

zorg/jenkins/jobs/jobs/lldb-cmake-sanitized

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pipeline {
108108
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
109109
--assertions \
110110
--projects="clang;lld;lldb" \
111-
--runtimes="libcxx;libcxxabi;libunwind" \
111+
--runtimes="libunwind" \
112112
--cmake-type=Release \
113113
--lldb-test-compiler=$(xcrun -find clang)
114114
'''

0 commit comments

Comments
 (0)