[nautilus/wip/ernestask/leak-plugging] Flatpak: Switch to 3.30 runtime



commit 5aa78ea63b11f9c4ca27668f3a2e75c2766d8fca
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Oct 6 12:26:19 2018 +0300

    Flatpak: Switch to 3.30 runtime

 .gitlab-ci.yml                           |  6 +++++-
 build-aux/flatpak/org.gnome.Nautilus.yml | 17 ++---------------
 2 files changed, 7 insertions(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b46268e84..e70cc6ca3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
       - ninja test
 
 flatpak:
-    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28
+    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30
     stage: test
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
@@ -32,6 +32,9 @@ flatpak:
         - flatpak build app meson --prefix=/app --libdir=lib ${MESON_ARGS} _build
         - flatpak build app ninja -C _build install
         - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
+        #
+        - dbus-launch --sh-syntax
+        - eval `dbus-launch --sh-syntax`
         # Run automatic tests inside the Flatpak env
         - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
         # Generate a Flatpak bundle
@@ -40,6 +43,7 @@ flatpak:
         paths:
             - ${BUNDLE}
             - _build/meson-logs/
+        when: always
         expire_in: 30 days
     cache:
         paths:
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 1f4109c09..471187e0e 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -1,6 +1,6 @@
 app-id: org.gnome.NautilusDevel
 runtime: org.gnome.Platform
-runtime-version: 3.28
+runtime-version: 3.30
 sdk: org.gnome.Sdk
 command: nautilus
 tags:
@@ -25,15 +25,6 @@ finish-args:
   - --env=TRACKER_SPARQL_BACKEND=bus
 
 modules:
-  - name: meson
-    buildsystem: simple
-    build-commands:
-      - python3 setup.py install --prefix=/app
-    sources:
-      - type: git
-        url: https://github.com/mesonbuild/meson.git
-        tag: 0.47.2
-
   - name: exiv2
     buildsystem: cmake
     build-options:
@@ -44,10 +35,6 @@ modules:
       - type: archive
         url: https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz
         sha256: 51cffa8d19d67e1da6c1d0f570a75b8f6c814113367318c2c0407691888c5f01
-      - type: shell
-        commands:
-          - cp -f /usr/share/automake-1.15/config.sub ./config/
-          - cp -f /usr/share/automake-1.15/config.guess ./config/
 
   - name: gexiv2
     buildsystem: meson
@@ -97,4 +84,4 @@ modules:
         - -Dprofile=development
     sources:
       - type: git
-        url: https://gitlab.gnome.org/GNOME/nautilus.git
\ No newline at end of file
+        url: https://gitlab.gnome.org/GNOME/nautilus.git


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