Skip to content

Commit 69055f3

Browse files
committed
[preset] Test sourcekit-lsp in llbuild PR tests
To prevent failures in downstream projects, we need to test all the projects that import llbuild (via swiftpm). Right now, that is sourcekit-lsp. rdar://54417572
1 parent 86649c3 commit 69055f3

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,47 +1506,28 @@ skip-test-llbuild
15061506
#===------------------------------------------------------------------------===#
15071507

15081508
[preset: buildbot_llbuild_macos_platform,tools=RA,stdlib=RA]
1509-
mixin-preset=buildbot_incremental_base
1510-
1511-
build-subdir=buildbot_incremental
1509+
mixin-preset=mixin_swiftpm_macos_platform
15121510

15131511
# Build Release without debug info, because it is faster to build.
15141512
release
15151513
assertions
15161514

1517-
# Build llbuild & swiftpm here
1518-
llbuild
1519-
swiftpm
1520-
1521-
skip-test-swift
1522-
skip-test-cmark
1515+
# Downstream projects that import llbuild+SwiftPM.
1516+
sourcekit-lsp
15231517

15241518
#===------------------------------------------------------------------------===#
15251519
# Test llbuild on Linux builder
15261520
#===------------------------------------------------------------------------===#
15271521

15281522
[preset: buildbot_llbuild_linux_platform,tools=RA,stdlib=RA]
1529-
mixin-preset=buildbot_incremental_base
1530-
1531-
build-subdir=buildbot_incremental
1523+
mixin-preset=mixin_swiftpm_linux_platform
15321524

15331525
# Build Release without debug info, because it is faster to build.
15341526
release
15351527
assertions
15361528

1537-
# Build llbuild & swiftpm here
1538-
llbuild
1539-
swiftpm
1540-
1541-
xctest
1542-
foundation
1543-
llbuild
1544-
1545-
skip-test-swift
1546-
skip-test-cmark
1547-
skip-test-foundation
1548-
skip-test-libdispatch
1549-
skip-test-xctest
1529+
# Downstream projects that import llbuild+SwiftPM.
1530+
sourcekit-lsp
15501531

15511532
#===------------------------------------------------------------------------===#
15521533
# Test SourceKit-LSP

0 commit comments

Comments
 (0)