Skip to content

Commit db80c7a

Browse files
committed
update_checkout: add mimalloc
Add mimalloc to the checkout set. This is to allow us to build the project for the Windows toolchain.
1 parent fdea6ba commit db80c7a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
},
114114
"zlib": {
115115
"remote": { "id": "madler/zlib" }
116+
},
117+
"mimalloc": {
118+
"remote": { "id": "microsoft/mimalloc" }
116119
}
117120
},
118121
"default-branch-scheme": "main",
@@ -167,7 +170,8 @@
167170
"wasmkit": "0.1.2",
168171
"curl": "curl-8_9_1",
169172
"libxml2": "v2.11.5",
170-
"zlib": "v1.3.1"
173+
"zlib": "v1.3.1",
174+
"mimalloc": "v3.0.1"
171175
}
172176
},
173177
"release/6.1": {
@@ -374,7 +378,8 @@
374378
"wasmkit": "0.1.2",
375379
"curl": "curl-8_9_1",
376380
"libxml2": "v2.11.5",
377-
"zlib": "v1.3.1"
381+
"zlib": "v1.3.1",
382+
"mimalloc": "v3.0.1"
378383
}
379384
},
380385
"next" : {
@@ -423,7 +428,8 @@
423428
"curl": "curl-8_9_1",
424429
"icu": "maint/maint-69",
425430
"libxml2": "v2.11.5",
426-
"zlib": "v1.3.1"
431+
"zlib": "v1.3.1",
432+
"mimalloc": "v3.0.1"
427433
}
428434
}
429435
}

0 commit comments

Comments
 (0)