flatpak: Build Flatpak using GNOME 42

So the old meson in the 3.36 runtime doesn't choke on:
tests/meson.build:46:7: ERROR: Unknown method "project_source_root" in object.
This commit is contained in:
Bastien Nocera
2022-08-16 15:11:44 +02:00
parent 96013a03c5
commit b10baf02ea
2 changed files with 3 additions and 2 deletions

View File

@@ -136,7 +136,8 @@ test_unsupported_list:
flatpak:
stage: flatpak
extends: .flatpak
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.36
# From https://gitlab.gnome.org/GNOME/gnome-runtime-images/container_registry
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:42
variables:
MANIFEST_PATH: "demo/org.freedesktop.libfprint.Demo.json"
FLATPAK_MODULE: "libfprint"