-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cherry-pick][release/5.9] [Build] Build libcxx on lldb ASAN/UBSAN bots #66079
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
[cherry-pick][release/5.9] [Build] Build libcxx on lldb ASAN/UBSAN bots #66079
Conversation
@swift-ci test |
utils/build-presets.ini
Outdated
@@ -316,6 +316,7 @@ skip-early-swift-driver | |||
#===------------------------------------------------------------------------===# | |||
|
|||
[preset: buildbot_incremental_base] | |||
libcxx |
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.
Should this be more targeted at LLDB presets?
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
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
preset=buildbot_incremental,lldb_asan_ubsan |
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 (cherry picked from commit 7893c8e)
7e0f231
to
d8a2514
Compare
preset=buildbot_incremental,lldb_asan_ubsan |
preset=buildbot_incremental,lldb_asan_ubsan |
@swift-ci test |
1 similar comment
@swift-ci test |
preset=buildbot_incremental,lldb_asan_ubsan |
preset=buildbot_incremental,lldb_asan_ubsan |
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(cherry picked from commit 7893c8e)