Suppress LLVM static test on Arch
It is properly detected as unavailable, ever since commit
d1b783fc69
This commit is contained in:
parent
7e8b7454f5
commit
c166b136a6
|
@ -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 }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue