File tree Expand file tree Collapse file tree 2 files changed +7
-26
lines changed
branches/tensorflow/utils Expand file tree Collapse file tree 2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-04-25-a: 22f738a831d43aff2b9c9773bcb65
816
816
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-05-08-a: 7d98cc16689baba5c8a3b90a9329bdcc1a12b4e9
817
817
refs/heads/cherr42: a566ad54b073c2c56ac0a705d0a5bed9743135a5
818
818
"refs/heads/codable_test_comment_fix": fc8f6824f7f347e1e8db55bff62db385c5728b5a
819
- refs/heads/tensorflow: 86649c3f1596e59294d64fea89b95b33f9107a0e
819
+ refs/heads/tensorflow: 69055f38bdc8baa831e5b610b2d555edc354964c
820
820
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-11-a: 8126fd7a652e2f70ad6d76505239e34fb2ef3e1a
821
821
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-12-a: b3fd3dd84df6717f2e2e9df58c6d7e99fed57086
822
822
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-13-a: 71135119579039dc321c5f65d870050fe36efda2
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