[gnome-contacts] data: Temporarily disable appstream validation
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] data: Temporarily disable appstream validation
- Date: Tue, 23 Mar 2021 08:07:24 +0000 (UTC)
commit 1c1d30898c46d94f50a854c2d37e7b06ff640f6d
Author: Niels De Graef <nielsdegraef gmail com>
Date: Tue Mar 23 08:59:40 2021 +0100
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
data/meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 435ff20e..72009200 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: [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]