Skip to content

Commit 06c7a31

Browse files
[GreenDragon] Don't build runtime for sanitizer bots
libcxx currently has an incompatible ABI with macOS system libcxx. This causes test failures due to mismatching ABI.
1 parent 56faf80 commit 06c7a31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorg/jenkins/jobs/jobs/clang-stage2-cmake-RgSan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ pipeline {
101101
python llvm-zorg/zorg/jenkins/monorepo_build.py cmake build \
102102
--cmake-type=RelWithDebInfo \
103103
--projects="clang;clang-tools-extra" \
104-
--runtimes="libcxx;libcxxabi;libunwind" \
105104
--cmake-flag='-DLLVM_USE_SANITIZER=Address;Undefined' \
106105
--cmake-flag="-DLIBCXX_INCLUDE_TESTS=OFF" \
107106
--timeout=1800 \

0 commit comments

Comments
 (0)