aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-02-08 18:40:55 -0500
committerEli Schwartz <eschwartz@archlinux.org>2023-02-08 18:52:27 -0500
commit66740b4ce1720ef520b867523273a89ad3226f47 (patch)
tree5797d13a6198bdd0bed4e9312fcae1e03c966717 /test cases
parent37ef5bfdde90187174f56a02ac2700703c46c226 (diff)
downloadmeson-66740b4ce1720ef520b867523273a89ad3226f47.zip
meson-66740b4ce1720ef520b867523273a89ad3226f47.tar.gz
meson-66740b4ce1720ef520b867523273a89ad3226f47.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!
Diffstat (limited to 'test cases')
-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"]
}