From acabb40171aa462d06236e4b1cc1c76af1af8bc5 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 4 Jun 2018 14:25:38 +0000 Subject: [PATCH] CI and Flatpak: Use the 3.28 runtime till fdo 1.8 is fixed. --- .gitlab-ci.yml | 2 +- org.gnome.Hammond.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26ad383..ddc1e76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ rust:nightly: - web flatpak: - image: registry.gitlab.gnome.org/gnome/gnome-nightly-oci/rust-bundle:latest + image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28 stage: test script: - flatpak-builder --stop-at=hammond app org.gnome.Hammond.json diff --git a/org.gnome.Hammond.json b/org.gnome.Hammond.json index 8c4729d..8e27d4f 100644 --- a/org.gnome.Hammond.json +++ b/org.gnome.Hammond.json @@ -1,7 +1,7 @@ { "app-id" : "org.gnome.Hammond", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "3.28", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable"