Skip to content

Commit 601783a

Browse files
committed
[update-checkout] Add indexstore-db and sourcekit-lsp
All schemes currently use the master branch.
1 parent a779f9b commit 601783a

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

utils/update_checkout/update-checkout-config.json

+29-9
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
"libcxx": {
4242
"remote": { "id": "apple/swift-libcxx" } },
4343
"clang-tools-extra": {
44-
"remote": { "id": "apple/swift-clang-tools-extra" } }
44+
"remote": { "id": "apple/swift-clang-tools-extra" } },
45+
"indexstore-db": {
46+
"remote": { "id": "apple/indexstore-db" } },
47+
"sourcekit-lsp": {
48+
"remote": { "id": "apple/sourcekit-lsp" } }
4549
},
4650
"default-branch-scheme": "master",
4751
"branch-schemes": {
@@ -66,7 +70,9 @@
6670
"ninja": "release",
6771
"icu": "release-61-1",
6872
"clang-tools-extra": "stable",
69-
"libcxx": "stable"
73+
"libcxx": "stable",
74+
"indexstore-db": "master",
75+
"sourcekit-lsp": "master"
7076
}
7177
},
7278
"next" : {
@@ -92,7 +98,9 @@
9298
"ninja": "release",
9399
"icu": "release-61-1",
94100
"clang-tools-extra": "upstream-with-swift",
95-
"libcxx": "upstream-with-swift"
101+
"libcxx": "upstream-with-swift",
102+
"indexstore-db": "master",
103+
"sourcekit-lsp": "master"
96104
}
97105
},
98106
"swift-3.0-branch" : {
@@ -113,7 +121,9 @@
113121
"swift-corelibs-libdispatch": "swift-3.0-branch",
114122
"swift-integration-tests": "swift-3.0-branch",
115123
"swift-xcode-playground-support": "swift-3.0-branch",
116-
"ninja": "release"
124+
"ninja": "release",
125+
"indexstore-db": "master",
126+
"sourcekit-lsp": "master"
117127
}
118128
},
119129
"swift-3.1-branch" : {
@@ -134,7 +144,9 @@
134144
"swift-corelibs-libdispatch": "swift-3.1-branch",
135145
"swift-integration-tests": "swift-3.1-branch",
136146
"swift-xcode-playground-support": "swift-3.1-branch",
137-
"ninja": "release"
147+
"ninja": "release",
148+
"indexstore-db": "master",
149+
"sourcekit-lsp": "master"
138150
}
139151
},
140152
"swift-4.0-branch" : {
@@ -155,7 +167,9 @@
155167
"swift-corelibs-libdispatch": "swift-4.0-branch",
156168
"swift-integration-tests": "swift-4.0-branch",
157169
"swift-xcode-playground-support": "swift-4.0-branch",
158-
"ninja": "release"
170+
"ninja": "release",
171+
"indexstore-db": "master",
172+
"sourcekit-lsp": "master"
159173
}
160174
},
161175
"swift-4.1-branch" : {
@@ -176,7 +190,9 @@
176190
"swift-corelibs-libdispatch": "swift-4.1-branch",
177191
"swift-integration-tests": "swift-4.1-branch",
178192
"swift-xcode-playground-support": "swift-4.1-branch",
179-
"ninja": "release"
193+
"ninja": "release",
194+
"indexstore-db": "master",
195+
"sourcekit-lsp": "master"
180196
}
181197
},
182198
"swift-4.2-branch" : {
@@ -197,7 +213,9 @@
197213
"swift-corelibs-libdispatch": "swift-4.2-branch",
198214
"swift-integration-tests": "swift-4.2-branch",
199215
"swift-xcode-playground-support": "swift-4.2-branch",
200-
"ninja": "release"
216+
"ninja": "release",
217+
"indexstore-db": "master",
218+
"sourcekit-lsp": "master"
201219
}
202220
},
203221
"swift-5.0-branch" : {
@@ -221,7 +239,9 @@
221239
"ninja": "release",
222240
"icu": "release-61-1",
223241
"clang-tools-extra": "swift-5.0-branch",
224-
"libcxx": "swift-5.0-branch"
242+
"libcxx": "swift-5.0-branch",
243+
"indexstore-db": "master",
244+
"sourcekit-lsp": "master"
225245
}
226246
}
227247
}

0 commit comments

Comments
 (0)