Suppress LLVM static test on Arch

It is properly detected as unavailable, ever since commit
d1b783fc69
pull/12830/head
Eli Schwartz 9 months ago
parent 7e8b7454f5
commit c166b136a6
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      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 }
]
}

Loading…
Cancel
Save