Skip to content

Commit 5b68215

Browse files
committed
[Build] Build libcxx on lldb ASAN/UBSAN bots
The preset for ubsan/asan buildbots include the `buildbot_incremental_base` preset, which builds/runs tests. But the tests now require libcxx to be built since #66018
1 parent 084f642 commit 5b68215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ mixin-preset=buildbot_incremental_base
535535

536536
build-subdir=buildbot_incremental_lldb_asan_ubsan
537537

538+
# Standalone tests require newly built libcxx
539+
libcxx
538540
# Build a sanitized lldb. Don't build a sanitized clang/swift.
539541
lldb
540542
lldb-extra-cmake-args=-DLLVM_USE_SANITIZER=Address;Undefined

0 commit comments

Comments
 (0)