You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP: [presets] Introduce slimmer preset for lldb sanitizer testing
Add a new "buildbot_incremental,lldb_asan_ubsan" preset.
This differs from the existing preset used to do sanitized lldb testing
on ci.swift.org, "buildbot_incremental_asan_ubsan,tools=RDA,stdlib=RDA",
in the following ways:
- It builds the swift benchmarks, with an unoptimized benchmark driver.
This is to enable stepper testing on CI. For more context, see:
swiftlang/llvm-project#2059.
- It does not build a sanitized clang or swift. This can save a large
amount of time, and make reports from oss-lldb-asan bots more useful.
This is still WIP pending more testing.
Note:
A dry run for the existing buildbot_incremental_asan_ubsan preset does
not apply '--skip-build-benchmarks':
```
./swift/utils/build-script -n --preset "buildbot_incremental_asan_ubsan,tools=RDA,stdlib=RDA"
```
So I'm not yet sure where that comes from. Perhaps the oss-lldb-asan-osx
bot is using a different preset?
rdar://69589638
0 commit comments