summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2021-03-23 08:59:40 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2021-03-23 09:04:57 +0100
commit1c1d30898c46d94f50a854c2d37e7b06ff640f6d (patch)
tree8741fbcfe5b7f5a444e955b5be18352fa297b092 /data
parenta90130c1a74707cebd2329f2cc47789a65c10ad0 (diff)
downloadgnome-contacts-1c1d30898c46d94f50a854c2d37e7b06ff640f6d.tar.gz
data: Temporarily disable appstream validation
It seems some builds of appstream-util don't like the GNOME 40 versioning scheme if the development releases are part of the appdata. This will have to get fixed in appstream-glib, but as long as we don't have that, let's just disable the test for now. For the upstream appstream-glib issue, see https://github.com/hughsie/appstream-glib/issues/391
Diffstat (limited to 'data')
-rw-r--r--data/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 435ff20..7200920 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -54,7 +54,9 @@ appdata_file = i18n.merge_file(
)
# Validate the appdata file
appstream_util = find_program('appstream-util', required: false)
-if appstream_util.found()
+# Disabling this test for now, see https://github.com/hughsie/appstream-glib/issues/391
+# if appstream_util.found()
+if false
test('validate-appdata', appstream_util,
suite: 'data',
args: [