summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-12-11 12:01:59 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2022-12-11 22:43:31 +0200
commit5bea2ca198041fa044222dc5b8b63b155e525d5c (patch)
treed01b6c9f62ed07918b4e96721a7be161628d0e1a
parent79d7891746a7864a1407d48eac8a753b225ec6c3 (diff)
downloadmeson-5bea2ca198041fa044222dc5b8b63b155e525d5c.tar.gz
CI: skip libgcrypt test on msys2
This is no longer implicitly installed due to libxslt. Actually though, we don't need to test this in order to ensure that the custom dependency works -- we have other jobs that test it, and the config-tool handling itself won't suddenly fail on msys2 specifically.
-rw-r--r--test cases/frameworks/24 libgcrypt/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/24 libgcrypt/test.json b/test cases/frameworks/24 libgcrypt/test.json
index 3b4220211..77b68c00c 100644
--- a/test cases/frameworks/24 libgcrypt/test.json
+++ b/test cases/frameworks/24 libgcrypt/test.json
@@ -1,3 +1,3 @@
{
- "skip_on_jobname": ["azure"]
+ "skip_on_jobname": ["azure", "msys2"]
}