Skip to content

Commit 1280145

Browse files
authored
Merge 412359b into c7f348f
2 parents c7f348f + 412359b commit 1280145

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
"remote": { "id": "KitWare/CMake" },
5454
"platforms": [ "Linux" ]
5555
},
56+
"libxml2": {
57+
"remote": { "id": "gnome/libxml2" },
58+
"platforms": [ "Linux" ]
59+
},
60+
"curl": {
61+
"remote": { "id": "curl/curl" },
62+
"platforms": [ "Linux" ]
63+
},
64+
"zlib": {
65+
"remote": { "id": "madler/zlib" },
66+
"platforms": [ "Linux" ]
67+
},
5668
"swift-cmark-gfm": {
5769
"remote": { "id": "apple/swift-cmark" } },
5870
"indexstore-db": {
@@ -114,6 +126,9 @@
114126
"icu": "release-65-1",
115127
"yams": "5.0.0",
116128
"cmake": "v3.19.6",
129+
"libxml2": "v2.9.12",
130+
"curl": "curl-7_77_0",
131+
"zlib": "v1.2.12",
117132
"indexstore-db": "main",
118133
"sourcekit-lsp": "main",
119134
"swift-format": "main",

0 commit comments

Comments
 (0)