diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-08 23:29:46 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-09 13:54:58 -0500 |
| commit | c166b136a60e17d7d76916550d61de55ee6e62e2 (patch) | |
| tree | 04ea207d933ad05e513a9f7a1310f6d01d934157 /test cases/frameworks | |
| parent | 7e8b7454f5bd53ae2d15c270e741d6f524fbd3bf (diff) | |
| download | meson-c166b136a60e17d7d76916550d61de55ee6e62e2.tar.gz | |
Suppress LLVM static test on Arch
It is properly detected as unavailable, ever since commit
d1b783fc6923efa1a891d6d3a717e4e5ad15de21
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/15 llvm/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json index 177ecdead..cf8aa3acc 100644 --- a/test cases/frameworks/15 llvm/test.json +++ b/test cases/frameworks/15 llvm/test.json @@ -7,7 +7,7 @@ { "val": "combination", "skip_on_jobname": ["msys2"] } ], "link-static": [ - { "val": true, "skip_on_jobname": ["opensuse", "linux-gentoo-gcc"] }, + { "val": true, "skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] }, { "val": false } ] } |
