-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Build] Build libcxx on lldb ASAN/UBSAN bots #66078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Build libcxx on lldb ASAN/UBSAN bots #66078
Conversation
7893c8e
to
bfc0362
Compare
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lldb_asan_ubsan
bfc0362
to
5b68215
Compare
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 swiftlang#66018
5b68215
to
2bf08f0
Compare
preset=buildbot_incremental,lldb_asan_ubsan |
preset=buildbot_incremental,lldb_asan_ubsan |
preset=buildbot_incremental,lldb_asan_ubsan |
@swift-ci test |
preset=buildbot_incremental,lldb_asan_ubsan |
preset=buildbot_incremental,lldb_asan_ubsan |
Hmm, tests on Linux fail with:
Which makes sense since it's a Darwin specific preset which I ran by accident. The macOS failures are the same ones as on the buildbot right now (without my change). So I'll go ahead and merge once |
The preset for ubsan/asan buildbots include the
buildbot_incremental_base
preset, which builds/runstests. But the tests now require libcxx to be built
since #66018