Skip to content

Commit

Permalink
[sanitizer] Don't check unwinder
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 11, 2024
1 parent 27afb36 commit 8ca68f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function build_stage2 {
${cmake_stage2_common_options} \
${cmake_options} \
-DCMAKE_INSTALL_PREFIX="${ROOT}/${libcxx_install_dir}" \
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \
-DLIBCXX_TEST_PARAMS='long_tests=False' \
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
Expand Down

0 comments on commit 8ca68f4

Please sign in to comment.