Skip to content

Commit b86a7fd

Browse files
authored
Merge pull request swiftlang#40072 from apple/jdevlieghere/lldb-pr-testing
[build-script] Add a LLDB PR testing preset
2 parents 63230ea + 90e95fa commit b86a7fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/build-presets.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,18 @@ lldb-build-type=Release
301301
lldb-test-swift-only
302302
lldb-assertions
303303

304+
[preset: lldb-pull-request]
305+
lldb
306+
lldb-no-debugserver
307+
lldb-use-system-debugserver
308+
release-debuginfo
309+
test
310+
no-swift-stdlib-assertions
311+
skip-build-benchmarks
312+
skip-test-swift
313+
skip-test-cmark
314+
skip-early-swift-driver
315+
304316
#===------------------------------------------------------------------------===#
305317
# Incremental buildbots for Darwin OSes
306318
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)