[gnome-games/wip/exalm/build: 2/2] Revert "flatpak: Temporarily revert to 3.32 runtime"



commit 35003600be4e941c7bdd7ffb021fb037c5c81a91
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Wed Apr 17 15:10:24 2019 +0500

    Revert "flatpak: Temporarily revert to 3.32 runtime"
    
    Nightlies are broken with 3.32, let's bite the bullet and go back to
    master.
    
    This reverts commit 59038542e3dd75a516f162ca04af1ce966e2c72f.

 .gitlab-ci.yml                        | 4 ++--
 flatpak/org.gnome.Games.UnitTests.yml | 2 +-
 flatpak/org.gnome.Games.json          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8a4d689..d42a183a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
   BUNDLE: "gnome-games-git.flatpak"
 
 flatpak:tests:
-  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: "flatpak/org.gnome.Games.UnitTests.yml"
@@ -20,7 +20,7 @@ flatpak:tests:
       - .flatpak-builder/git
 
 flatpak:app:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.32
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
   stage: build
   variables:
     MANIFEST_PATH: "flatpak/org.gnome.Games.json"
diff --git a/flatpak/org.gnome.Games.UnitTests.yml b/flatpak/org.gnome.Games.UnitTests.yml
index 7e7a30d7..90c53478 100644
--- a/flatpak/org.gnome.Games.UnitTests.yml
+++ b/flatpak/org.gnome.Games.UnitTests.yml
@@ -1,6 +1,6 @@
 app-id: org.gnome.Games.UnitTests
 runtime: org.gnome.Platform
-runtime-version: '3.32'
+runtime-version: master
 sdk: org.gnome.Sdk
 command: games-unit-tests
 tags:
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 07b318b4..280c7754 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "org.gnome.GamesDevel",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "3.32",
+    "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
     "command" : "gnome-games",
     "tags" : [


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