Skip to content

Commit

Permalink
Suppress LLVM static test on Arch
Browse files Browse the repository at this point in the history
It is properly detected as unavailable, ever since commit
d1b783f
  • Loading branch information
eli-schwartz authored and nirbheek committed Feb 11, 2024
1 parent ba5141a commit 3068e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test cases/frameworks/15 llvm/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
Expand Down

0 comments on commit 3068e42

Please sign in to comment.