build(vcpkg): minimize libarchive build

This avoids pulling in libxml2 for xar support, which we don't use and
was giving us some trouble in CI

Signed-off-by: Seth Flynn <getchoo@tuta.io>
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Seth Flynn
2025-11-05 01:56:17 -05:00
committed by Trial97
parent df3ff60751
commit 06c3bb89ff

View File

@@ -1,6 +1,5 @@
{
"dependencies": [
"cmark",
{
"name": "ecm",
"host": true
@@ -13,8 +12,20 @@
"name": "pkgconf",
"host": true
},
"cmark",
{
"name": "libarchive",
"default-features": false,
"features": [
"bzip2",
"lz4",
"lzma",
"lzo",
"zstd"
]
},
"tomlplusplus",
"zlib",
"libarchive"
"zlib"
]
}