Skip to content

Commit c166b13

Browse files
committed
Suppress LLVM static test on Arch
It is properly detected as unavailable, ever since commit d1b783f
1 parent 7e8b745 commit c166b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test cases/frameworks/15 llvm/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ "val": "combination", "skip_on_jobname": ["msys2"] }
88
],
99
"link-static": [
10-
{ "val": true, "skip_on_jobname": ["opensuse", "linux-gentoo-gcc"] },
10+
{ "val": true, "skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] },
1111
{ "val": false }
1212
]
1313
}

0 commit comments

Comments
 (0)