[gnome-boxes/flatpak-master-fixup] flatpak, CI: Use "master" Sdk/Runtime



commit 53006fb68f34e142f77e700255b8fd9bf8afc85b
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Aug 5 09:20:07 2019 +0200

    flatpak, CI: Use "master" Sdk/Runtime
    
    This is the last commit on a series that fixed the build of Boxes
    against the current "master" HEAD of the Flatpak SDK and Runtime.

 .gitlab-ci.yml                         | 2 +-
 build-aux/flatpak/org.gnome.Boxes.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82159739..4ac60f1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
     BUNDLE: "gnome-boxes.flatpak"
 
 flatpak:
-    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.32
+    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     stage: test
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Boxes.json"
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 10b40c40..c4f16c87 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "org.gnome.BoxesDevel",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "3.32",
+    "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
     "command" : "gnome-boxes",
     "tags" : ["devel", "development", "nightly"],


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