Update expected skip condition for llvm framework test on msys2

On msys2, we will now find static llvm using cmake
This commit is contained in:
Jon Turney 2021-11-18 15:09:20 +00:00 committed by Dylan Baker
parent cc8018744d
commit 987a26e9e1
1 changed files with 1 additions and 1 deletions

View File

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