aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-llvm/vcpkg.json
blob: ec0969538494d65f35310ea9adb5060d0a47f59b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "vcpkg-ci-llvm",
  "version-string": "0",
  "description": "LLVM features testing within CI.",
  "license": null,
  "supports": "!uwp & !(arm & windows)",
  "dependencies": [
    {
      "name": "llvm",
      "default-features": false,
      "features": [
        "clang",
        "compiler-rt",
        "default-targets",
        "enable-abi-breaking-checks",
        "enable-bindings",
        "enable-eh",
        "enable-rtti",
        "enable-terminfo",
        "enable-zlib",
        "lld",
        "lldb",
        "tools"
      ]
    },
    {
      "$comment": "Platform restriction due to CI artifact upload quirks; libc",
      "name": "llvm",
      "default-features": false,
      "features": [
        "libc"
      ],
      "platform": "linux"
    },
    {
      "$comment": "Platform restriction due to CI artifact upload quirks; features which need utils",
      "name": "llvm",
      "default-features": false,
      "features": [
        "bolt",
        "openmp",
        "polly",
        "utils"
      ],
      "platform": "!static & !x86"
    }
  ]
}