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 @@ -1483,47 +1483,28 @@ skip-test-llbuild
1483
1483
# ===------------------------------------------------------------------------===#
1484
1484
1485
1485
[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
1489
1487
1490
1488
# Build Release without debug info, because it is faster to build.
1491
1489
release
1492
1490
assertions
1493
1491
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
1500
1494
1501
1495
# ===------------------------------------------------------------------------===#
1502
1496
# Test llbuild on Linux builder
1503
1497
# ===------------------------------------------------------------------------===#
1504
1498
1505
1499
[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
1509
1501
1510
1502
# Build Release without debug info, because it is faster to build.
1511
1503
release
1512
1504
assertions
1513
1505
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
1527
1508
1528
1509
# ===------------------------------------------------------------------------===#
1529
1510
# Test SourceKit-LSP
You can’t perform that action at this time.
0 commit comments