File tree Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -1506,47 +1506,28 @@ skip-test-llbuild
1506
1506
# ===------------------------------------------------------------------------===#
1507
1507
1508
1508
[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
1512
1510
1513
1511
# Build Release without debug info, because it is faster to build.
1514
1512
release
1515
1513
assertions
1516
1514
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
1523
1517
1524
1518
# ===------------------------------------------------------------------------===#
1525
1519
# Test llbuild on Linux builder
1526
1520
# ===------------------------------------------------------------------------===#
1527
1521
1528
1522
[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
1532
1524
1533
1525
# Build Release without debug info, because it is faster to build.
1534
1526
release
1535
1527
assertions
1536
1528
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
1550
1531
1551
1532
# ===------------------------------------------------------------------------===#
1552
1533
# Test SourceKit-LSP
You can’t perform that action at this time.
0 commit comments