[gnome-boxes/master-build-against-runtime-3-32] flatpak, ci: Use 3.32 runtime
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/master-build-against-runtime-3-32] flatpak, ci: Use 3.32 runtime
- Date: Wed, 3 Jul 2019 14:27:38 +0000 (UTC)
commit c6c34ffaa0b134f0efe957c6a6904ceb66debec4
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Jul 3 16:20:07 2019 +0200
flatpak, ci: Use 3.32 runtime
In a recent runtime update that intended to move Mesa to an runtime
extension, the freedesktop-sdk runtime maintainers have not managed
to expose libgbm into the SDK. virglrenderer depends on it to build.
See https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/822
.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 afa93412..17b77782 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:master
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.32
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 8dce5b8c..8acce804 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" : "master",
+ "runtime-version" : "3.32",
"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]