Suppress LLVM static test on Arch

It is properly detected as unavailable, ever since commit
d1b783fc69
This commit is contained in:
Eli Schwartz 2024-02-08 23:29:46 -05:00
parent 7e8b7454f5
commit c166b136a6
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
]
}