aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-02-08 18:40:55 -0500
committerNirbheek Chauhan <nirbheek@centricular.com>2023-02-21 00:19:58 +0530
commitaca2a9396146064275d7fcbeebd59402e03c17b7 (patch)
tree4a513e9971d905f3959f0c0e1a5ac8619a9a6ba5
parenta92e2b1ba3ad6cca480de0142819bf2943428979 (diff)
downloadmeson-aca2a9396146064275d7fcbeebd59402e03c17b7.zip
meson-aca2a9396146064275d7fcbeebd59402e03c17b7.tar.gz
meson-aca2a9396146064275d7fcbeebd59402e03c17b7.tar.bz2
CI: skip gpgme-config test on Arch
gpgme has decided that config-tool is bad, which makes sense. They've also decided that they will only install theirs, if gpg-error also installs one, which is a bit... confusing. Anyway, it's impossible to know whether it should or should not exist, so just accept that this test is ready to be skipped on distros that currently no longer have this ancient config-tool script. Victory is within reach!
-rw-r--r--test cases/frameworks/27 gpgme/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/27 gpgme/test.json b/test cases/frameworks/27 gpgme/test.json
index 6ace9de..aa7d932 100644
--- a/test cases/frameworks/27 gpgme/test.json
+++ b/test cases/frameworks/27 gpgme/test.json
@@ -1,3 +1,3 @@
{
- "skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
+ "skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch"]
}