We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c7e04b + a3a9fc4 commit 3157d9eCopy full SHA for 3157d9e
utils/update-checkout-config.json
@@ -67,6 +67,24 @@
67
"swift-xcode-playground-support": "master-next"
68
}
69
},
70
+ "next-upstream" : {
71
+ "aliases": ["next-upstream"],
72
+ "repos": {
73
+ "llvm": "upstream-with-swift",
74
+ "clang": "upstream-with-swift",
75
+ "compiler-rt": "upstream-with-swift",
76
+ "swift": "master-next",
77
+ "lldb": "upstream",
78
+ "cmark": "master",
79
+ "llbuild": "master-next",
80
+ "swiftpm": "master-next",
81
+ "swift-corelibs-xctest": "master-next",
82
+ "swift-corelibs-foundation": "master-next",
83
+ "swift-corelibs-libdispatch": "master-next",
84
+ "swift-integration-tests": "master-next",
85
+ "swift-xcode-playground-support": "master-next"
86
+ }
87
+ },
88
"upstream": {
89
"aliases": ["upstream"],
90
"repos": {
0 commit comments