We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7f348f + 412359b commit 1280145Copy full SHA for 1280145
utils/update_checkout/update-checkout-config.json
@@ -53,6 +53,18 @@
53
"remote": { "id": "KitWare/CMake" },
54
"platforms": [ "Linux" ]
55
},
56
+ "libxml2": {
57
+ "remote": { "id": "gnome/libxml2" },
58
+ "platforms": [ "Linux" ]
59
+ },
60
+ "curl": {
61
+ "remote": { "id": "curl/curl" },
62
63
64
+ "zlib": {
65
+ "remote": { "id": "madler/zlib" },
66
67
68
"swift-cmark-gfm": {
69
"remote": { "id": "apple/swift-cmark" } },
70
"indexstore-db": {
@@ -114,6 +126,9 @@
114
126
"icu": "release-65-1",
115
127
"yams": "5.0.0",
116
128
"cmake": "v3.19.6",
129
+ "libxml2": "v2.9.12",
130
+ "curl": "curl-7_77_0",
131
+ "zlib": "v1.2.12",
117
132
"indexstore-db": "main",
118
133
"sourcekit-lsp": "main",
119
134
"swift-format": "main",
0 commit comments