diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-08 18:40:55 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-08 18:52:27 -0500 |
| commit | 66740b4ce1720ef520b867523273a89ad3226f47 (patch) | |
| tree | 5797d13a6198bdd0bed4e9312fcae1e03c966717 /test cases/frameworks | |
| parent | 37ef5bfdde90187174f56a02ac2700703c46c226 (diff) | |
| download | meson-66740b4ce1720ef520b867523273a89ad3226f47.tar.gz | |
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/frameworks')
| -rw-r--r-- | test cases/frameworks/27 gpgme/test.json | 2 |
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 6ace9de70..aa7d932dd 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"] } |
