File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 37
37
"icu" : {
38
38
"remote" : { "id" : " unicode-org/icu" },
39
39
"platforms" : [ " Linux" ]
40
- }
40
+ },
41
+ "libcxx" : {
42
+ "remote" : { "id" : " apple/swift-libcxx" } },
43
+ "clang-tools-extra" : {
44
+ "remote" : { "id" : " apple/swift-clang-tools-extra" } }
41
45
},
42
46
"default-branch-scheme" : " master" ,
43
47
"branch-schemes" : {
60
64
"swift-integration-tests" : " master" ,
61
65
"swift-xcode-playground-support" : " master" ,
62
66
"ninja" : " release" ,
63
- "icu" : " release-61-1"
67
+ "icu" : " release-61-1" ,
68
+ "clang-tools-extra" : " stable" ,
69
+ "libcxx" : " stable"
64
70
}
65
71
},
66
72
"next" : {
84
90
"swift-integration-tests" : " master" ,
85
91
"swift-xcode-playground-support" : " master" ,
86
92
"ninja" : " release" ,
87
- "icu" : " release-61-1"
93
+ "icu" : " release-61-1" ,
94
+ "clang-tools-extra" : " upstream-with-swift" ,
95
+ "libcxx" : " upstream-with-swift"
88
96
}
89
97
},
90
98
"swift-3.0-branch" : {
211
219
"swift-integration-tests" : " swift-5.0-branch" ,
212
220
"swift-xcode-playground-support" : " swift-5.0-branch" ,
213
221
"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"
215
225
}
216
226
}
217
227
}
You can’t perform that action at this time.
0 commit comments