From 987a26e9e11b841edc37fbe88bae5eadfffa01b9 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 18 Nov 2021 15:09:20 +0000 Subject: [PATCH] Update expected skip condition for llvm framework test on msys2 On msys2, we will now find static llvm using cmake --- test cases/frameworks/15 llvm/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json index 6e5667556..e70edd5ff 100644 --- a/test cases/frameworks/15 llvm/test.json +++ b/test cases/frameworks/15 llvm/test.json @@ -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"] },