[gnome-break-timer] build: Skip network checks in appstream-util



commit f59e50b3227f02b212ff5c6643e94d57868ae0c5
Author: Dylan McCall <dylan dylanmccall ca>
Date:   Thu Nov 19 20:28:40 2020 -0800

    build: Skip network checks in appstream-util

 build-aux/flatpak/org.gnome.BreakTimer.json | 3 ---
 data/metainfo/meson.build                   | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.BreakTimer.json b/build-aux/flatpak/org.gnome.BreakTimer.json
index 4684854..9199bd8 100644
--- a/build-aux/flatpak/org.gnome.BreakTimer.json
+++ b/build-aux/flatpak/org.gnome.BreakTimer.json
@@ -76,9 +76,6 @@
             "buildsystem" : "meson",
             "builddir" : true,
             "run-tests": true,
-            "build-options": {
-                "test-args": ["--share=network"]
-            },
             "sources" : [
                 {
                     "type" : "git",
diff --git a/data/metainfo/meson.build b/data/metainfo/meson.build
index 4fcf353..87479da 100644
--- a/data/metainfo/meson.build
+++ b/data/metainfo/meson.build
@@ -15,6 +15,6 @@ if appstream_util.found()
     test(
         'Validate org.gnome.BreakTimer.metainfo.xml',
         appstream_util,
-        args: ['validate', metainfo_file]
+        args: ['validate', '--nonet', metainfo_file]
     )
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]