aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-07-02 19:46:52 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-07-02 19:52:33 -0400
commitc1e87af9f8aaa032b0ea78b4ba27513d5d37a369 (patch)
tree46074390b38e88a11beacd81339c1e3e7d6ff512
parentff5865c45c99bea40691e664ea13df99a1e2c1ac (diff)
downloadmeson-c1e87af9f8aaa032b0ea78b4ba27513d5d37a369.zip
meson-c1e87af9f8aaa032b0ea78b4ba27513d5d37a369.tar.gz
meson-c1e87af9f8aaa032b0ea78b4ba27513d5d37a369.tar.bz2
CI: mark cygwin as skipping frameworks/libgcrypt
They have recently upgraded to libgcrypt 1.11 and it has inherited the gpg suite migration to pkg-config.
-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 de9b738..23af7d9 100644
--- a/test cases/frameworks/24 libgcrypt/test.json
+++ b/test cases/frameworks/24 libgcrypt/test.json
@@ -1,3 +1,3 @@
{
- "expect_skip_on_jobname": ["azure", "msys2"]
+ "expect_skip_on_jobname": ["azure", "cygwin", "msys2"]
}