Skip to content

Commit

Permalink
[update-checkout] Add swift-driver and Yams to the list of repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed May 11, 2020
1 parent f3da784 commit 26582a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/update_checkout/update-checkout-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"remote": { "id": "apple/swift-cmark" } },
"llbuild": {
"remote": { "id": "apple/swift-llbuild" } },
"swift-driver": {
"remote": { "id": "apple/swift-driver" } },
"swift-tools-support-core": {
"remote": { "id": "apple/swift-tools-support-core" } },
"swiftpm": {
Expand All @@ -32,6 +34,9 @@
"remote": { "id": "unicode-org/icu" },
"platforms": [ "Linux" ]
},
"yams": {
"remote": { "id": "jpsim/Yams" }
},
"cmake": {
"remote": { "id": "KitWare/CMake" },
"platforms": [ "Linux" ]
Expand Down Expand Up @@ -62,6 +67,7 @@
"llbuild": "master",
"swift-tools-support-core": "master",
"swiftpm": "master",
"swift-driver": "master",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-corelibs-xctest": "master",
Expand All @@ -71,6 +77,7 @@
"swift-xcode-playground-support": "master",
"ninja": "release",
"icu": "release-65-1",
"yams": "master",
"cmake": "v3.16.5",
"indexstore-db": "master",
"sourcekit-lsp": "master",
Expand All @@ -90,6 +97,7 @@
"llbuild": "master",
"swift-tools-support-core": "master",
"swiftpm": "master",
"swift-driver": "master",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-corelibs-xctest": "master",
Expand All @@ -99,6 +107,7 @@
"swift-xcode-playground-support": "master",
"ninja": "release",
"icu": "release-65-1",
"yams": "master",
"cmake": "v3.16.5",
"indexstore-db": "master",
"sourcekit-lsp": "master",
Expand Down

0 comments on commit 26582a1

Please sign in to comment.