Flatpak and CI: Use the 3.28 runtime till master is fixed.

This commit is contained in:
Jordan Petridis 2018-06-05 09:34:50 +00:00
parent 2d8fd8cf91
commit e7cc53542e
2 changed files with 2 additions and 3 deletions

View file

@ -3,13 +3,12 @@ stages:
- deploy
flatpak:
image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28
stage: test
script:
# Build the flatpak deps
- flatpak-builder --stop-at=fractal app flatpak/org.gnome.Fractal.json
# https://gitlab.gnome.org/alatiera/Hammond/issues/55
# Force regeneration of gresources regardless of artifacts chage
- flatpak-builder --run app flatpak/org.gnome.Fractal.json glib-compile-resources --sourcedir=fractal-gtk/res/ fractal-gtk/res/resources.xml

View file

@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.Fractal",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"runtime-version" : "3.28",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"