[nautilus/wip/oholy/flatpak-master] ci: Do not install GExiv2.py to fix flatpak master



commit 8aa8a0c6839eeb4aa5d25d833b4074031fba4a3c
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Oct 10 10:15:02 2019 +0200

    ci: Do not install GExiv2.py to fix flatpak master
    
    The flatpak master job currently fails with: "OSError: [Errno 30] Read-only
    file system: '/usr/lib/python3.7/site-packages/gi/overrides/GExiv2.py'.
    Let's use "-Dpython2-girdir=no" and "-Dpython3-girdir=no" meson options as
    they are used by the official org.gnome.GExiv2.json to prevent installation
    of those files to fix the pipeline. However I am not sure that this solution
    won't break some functionality.

 build-aux/flatpak/org.gnome.Nautilus.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 6018421c0..54c5a2f58 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -50,7 +50,9 @@
       "builddir": true,
       "config-opts": [
         "--libdir=/app/lib",
-        "-Ddisable-introspection=True"
+        "-Ddisable-introspection=True",
+        "-Dpython2-girdir=no",
+        "-Dpython3-girdir=no"
       ],
       "sources": [
         {


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