Skip to content

Commit 85aa447

Browse files
committed
[update-checkout] Add vcpkg to checkouts.
`vcpkg` is used to build dependencies on Windows.
1 parent 30135cd commit 85aa447

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@
8282
"swift-llvm-bindings": {
8383
"remote": { "id": "apple/swift-llvm-bindings" } },
8484
"llvm-project": {
85-
"remote": { "id": "apple/llvm-project" } }
85+
"remote": { "id": "apple/llvm-project" } },
86+
"vcpkg": {
87+
"remote": { "id": "microsoft/vcpkg" },
88+
"platforms": [ "Windows" ]
89+
}
8690
},
8791
"default-branch-scheme": "main",
8892
"branch-schemes": {
@@ -125,7 +129,8 @@
125129
"swift-markdown": "main",
126130
"swift-nio": "2.31.2",
127131
"swift-nio-ssl": "2.15.0",
128-
"swift-experimental-string-processing": "swift/main"
132+
"swift-experimental-string-processing": "swift/main",
133+
"vcpkg": "2022.07.25"
129134
}
130135
},
131136
"rebranch": {

0 commit comments

Comments
 (0)