mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-09 23:37:55 +08:00
39 lines
795 B
JSON
39 lines
795 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-llvm",
|
||
|
"version-string": "0",
|
||
|
"description": "LLVM features testing within CI.",
|
||
|
"supports": "!uwp & !(arm & windows)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "llvm",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"clang",
|
||
|
"enable-abi-breaking-checks",
|
||
|
"disable-assertions",
|
||
|
"disable-clang-static-analyzer",
|
||
|
"enable-bindings",
|
||
|
"enable-eh",
|
||
|
"enable-rtti",
|
||
|
"enable-terminfo",
|
||
|
"enable-threads",
|
||
|
"enable-zlib",
|
||
|
"lld",
|
||
|
"lldb",
|
||
|
"polly",
|
||
|
"target-all",
|
||
|
"tools",
|
||
|
"utils"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "llvm",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"flang"
|
||
|
],
|
||
|
"platform": "!(x86 & windows)"
|
||
|
}
|
||
|
]
|
||
|
}
|