Skip to content

Commit 3068e42

Browse files
eli-schwartznirbheek
authored andcommitted
Suppress LLVM static test on Arch
It is properly detected as unavailable, ever since commit d1b783f
1 parent ba5141a commit 3068e42

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)