Skip to content

Commit

Permalink
Update expected skip condition for llvm framework test on msys2
Browse files Browse the repository at this point in the history
On msys2, we will now find static llvm using cmake
  • Loading branch information
jon-turney committed Nov 19, 2021
1 parent cc80187 commit b6111de
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 @@ -3,7 +3,7 @@
"options": {
"method": [
{ "val": "config-tool", "skip_on_jobname": ["msys2-gcc"]},
{ "val": "cmake", "skip_on_jobname": ["msys2"] }
{ "val": "cmake", "skip_on_jobname": ["msys2-gcc"] }
],
"link-static": [
{ "val": true, "skip_on_jobname": ["opensuse"] },
Expand Down

0 comments on commit b6111de

Please sign in to comment.