34 lines
627 B
JSON
34 lines
627 B
JSON
{
|
|
"name": "vcpkg-ci-mimalloc",
|
|
"version": "2.2.3",
|
|
"description": "Validates mimalloc",
|
|
"dependencies": [
|
|
"mimalloc",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ci": {
|
|
"description": "Test feature permutation",
|
|
"dependencies": [
|
|
{
|
|
"name": "mimalloc",
|
|
"features": [
|
|
"override"
|
|
],
|
|
"platform": "native & !(windows & static)"
|
|
},
|
|
{
|
|
"name": "mimalloc",
|
|
"features": [
|
|
"secure"
|
|
],
|
|
"platform": "arm64 & static"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|