Skip to content

Commit aa33dc5

Browse files
authored
Merge pull request #7048 from apple/update_checkout_with_swift-4.0
2 parents 9b99d26 + 390cd05 commit aa33dc5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

utils/update-checkout-config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,25 @@
238238
"swift-xcode-playground-support": "swift-3.1-branch",
239239
"ninja": "release"
240240
}
241+
},
242+
"swift-4.0-branch" : {
243+
"aliases": ["swift-4.0-branch"],
244+
"repos": {
245+
"llvm": "swift-4.0-branch",
246+
"clang": "swift-4.0-branch",
247+
"swift": "swift-4.0-branch",
248+
"lldb": "swift-4.0-branch",
249+
"cmark": "swift-3.1-branch",
250+
"llbuild": "swift-3.1-branch",
251+
"swiftpm": "swift-3.1-branch",
252+
"compiler-rt": "swift-4.0-branch",
253+
"swift-corelibs-xctest": "swift-3.1-branch",
254+
"swift-corelibs-foundation": "swift-3.1-branch",
255+
"swift-corelibs-libdispatch": "swift-3.1-branch",
256+
"swift-integration-tests": "swift-3.1-branch",
257+
"swift-xcode-playground-support": "swift-3.1-branch",
258+
"ninja": "release"
259+
}
241260
}
242261
}
243262
}

0 commit comments

Comments
 (0)