Skip to content

Commit 7df7359

Browse files
committed
[update-checkout] Add support to clone libcxx and clang-tools-extra for master, master-next and swift-5.0-branch scheme
1 parent 9af6623 commit 7df7359

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
"icu": {
3838
"remote": { "id": "unicode-org/icu" },
3939
"platforms": [ "Linux" ]
40-
}
40+
},
41+
"libcxx": {
42+
"remote": { "id": "apple/swift-libcxx" } },
43+
"clang-tools-extra": {
44+
"remote": { "id": "apple/swift-clang-tools-extra" } }
4145
},
4246
"default-branch-scheme": "master",
4347
"branch-schemes": {
@@ -60,7 +64,9 @@
6064
"swift-integration-tests": "master",
6165
"swift-xcode-playground-support": "master",
6266
"ninja": "release",
63-
"icu": "release-61-1"
67+
"icu": "release-61-1",
68+
"clang-tools-extra": "stable",
69+
"libcxx": "stable"
6470
}
6571
},
6672
"next" : {
@@ -84,7 +90,9 @@
8490
"swift-integration-tests": "master",
8591
"swift-xcode-playground-support": "master",
8692
"ninja": "release",
87-
"icu": "release-61-1"
93+
"icu": "release-61-1",
94+
"clang-tools-extra": "upstream-with-swift",
95+
"libcxx": "upstream-with-swift"
8896
}
8997
},
9098
"swift-3.0-branch" : {
@@ -211,7 +219,9 @@
211219
"swift-integration-tests": "swift-5.0-branch",
212220
"swift-xcode-playground-support": "swift-5.0-branch",
213221
"ninja": "release",
214-
"icu": "release-61-1"
222+
"icu": "release-61-1",
223+
"clang-tools-extra": "swift-5.0-branch",
224+
"libcxx": "swift-5.0-branch"
215225
}
216226
}
217227
}

0 commit comments

Comments
 (0)