Skip to content

Commit 65fe6e5

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 f8b2d8b commit 65fe6e5

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
@@ -1483,47 +1483,28 @@ skip-test-llbuild
14831483
#===------------------------------------------------------------------------===#
14841484

14851485
[preset: buildbot_llbuild_macos_platform,tools=RA,stdlib=RA]
1486-
mixin-preset=buildbot_incremental_base
1487-
1488-
build-subdir=buildbot_incremental
1486+
mixin-preset=mixin_swiftpm_macos_platform
14891487

14901488
# Build Release without debug info, because it is faster to build.
14911489
release
14921490
assertions
14931491

1494-
# Build llbuild & swiftpm here
1495-
llbuild
1496-
swiftpm
1497-
1498-
skip-test-swift
1499-
skip-test-cmark
1492+
# Downstream projects that import llbuild+SwiftPM.
1493+
sourcekit-lsp
15001494

15011495
#===------------------------------------------------------------------------===#
15021496
# Test llbuild on Linux builder
15031497
#===------------------------------------------------------------------------===#
15041498

15051499
[preset: buildbot_llbuild_linux_platform,tools=RA,stdlib=RA]
1506-
mixin-preset=buildbot_incremental_base
1507-
1508-
build-subdir=buildbot_incremental
1500+
mixin-preset=mixin_swiftpm_linux_platform
15091501

15101502
# Build Release without debug info, because it is faster to build.
15111503
release
15121504
assertions
15131505

1514-
# Build llbuild & swiftpm here
1515-
llbuild
1516-
swiftpm
1517-
1518-
xctest
1519-
foundation
1520-
llbuild
1521-
1522-
skip-test-swift
1523-
skip-test-cmark
1524-
skip-test-foundation
1525-
skip-test-libdispatch
1526-
skip-test-xctest
1506+
# Downstream projects that import llbuild+SwiftPM.
1507+
sourcekit-lsp
15271508

15281509
#===------------------------------------------------------------------------===#
15291510
# Test SourceKit-LSP

0 commit comments

Comments
 (0)