Skip to content

Commit f688257

Browse files
committed
[update-checkout][master-next] Update repos that actually have master-next branches to check these out.
The reason that master-next branches for these repositories exist is that swift's master-next branch is slightly behind swift's master branch. If swift's master branch causes changes to be made to this branch due to an upstream change, there is no guarantee that these changed repos will compile against master-next. In effect this allows to have a delayed snapshot of the master branch of these repos.
1 parent 4d52626 commit f688257

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

utils/update-checkout-config.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@
5555
"swift": "master-next",
5656
"lldb": "master-next",
5757
"cmark": "master",
58-
"llbuild": "master",
59-
"swiftpm": "master",
60-
"compiler-rt": "stable-next",
61-
"swift-corelibs-xctest": "master",
62-
"swift-corelibs-foundation": "master",
63-
"swift-corelibs-libdispatch": "master",
58+
"llbuild": "master-next",
59+
"swiftpm": "master-next",
60+
"swift-corelibs-xctest": "master-next",
61+
"swift-corelibs-foundation": "master-next",
62+
"swift-corelibs-libdispatch": "master-next",
6463
"swift-integration-tests": "master"
6564
}
6665
},

0 commit comments

Comments
 (0)