From 3068e4209ab52c889a09bb4cfcc8d4854e8e7df7 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 8 Feb 2024 23:29:46 -0500 Subject: [PATCH] Suppress LLVM static test on Arch It is properly detected as unavailable, ever since commit d1b783fc6923efa1a891d6d3a717e4e5ad15de21 --- 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 177ecdeadd5d..cf8aa3acc7bd 100644 --- a/test cases/frameworks/15 llvm/test.json +++ b/test cases/frameworks/15 llvm/test.json @@ -7,7 +7,7 @@ { "val": "combination", "skip_on_jobname": ["msys2"] } ], "link-static": [ - { "val": true, "skip_on_jobname": ["opensuse", "linux-gentoo-gcc"] }, + { "val": true, "skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] }, { "val": false } ] }