Skip to content

Commit 5482b47

Browse files
[update-checkout] Add swift-toolchain-sqlite to the list of repos (#75743)
This is for swiftlang/swift-llbuild#930, which adds swift-toolchain-sqlite as a new dependency to SwiftPM to better support Windows and other platforms.
1 parent cef9748 commit 5482b47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"remote": { "id": "apple/swift-log" } },
2929
"swift-numerics": {
3030
"remote": { "id": "apple/swift-numerics" } },
31+
"swift-toolchain-sqlite": {
32+
"remote": { "id": "swiftlang/swift-toolchain-sqlite" } },
3133
"swift-tools-support-core": {
3234
"remote": { "id": "swiftlang/swift-tools-support-core" } },
3335
"swiftpm": {
@@ -121,6 +123,7 @@
121123
"swift": "main",
122124
"cmark": "gfm",
123125
"llbuild": "main",
126+
"swift-toolchain-sqlite": "main",
124127
"swift-tools-support-core": "main",
125128
"swiftpm": "main",
126129
"swift-argument-parser": "1.4.0",
@@ -271,6 +274,7 @@
271274
"swift": "rebranch",
272275
"cmark": "gfm",
273276
"llbuild": "main",
277+
"swift-toolchain-sqlite": "main",
274278
"swift-tools-support-core": "main",
275279
"swiftpm": "main",
276280
"swift-argument-parser": "1.4.0",
@@ -654,6 +658,7 @@
654658
"swift": "next",
655659
"cmark": "gfm",
656660
"llbuild": "main",
661+
"swift-toolchain-sqlite": "main",
657662
"swift-tools-support-core": "main",
658663
"swiftpm": "main",
659664
"swift-argument-parser": "1.4.0",

0 commit comments

Comments
 (0)