[gtk/wip/otte/whatamidoing: 3/3] CI: Explicilty remove gvfs from Dockerfile



commit 22a05d553bcd05b80b58436b88eaa86f582157dc
Author: Benjamin Otte <otte redhat com>
Date:   Fri Mar 8 14:56:41 2019 +0100

    CI: Explicilty remove gvfs from Dockerfile
    
    This gets rid of the extension modules that autoconnect to dbus and
    cause timeouts.
    They were triggered whenever a VolumeMonitor was instantiated (like when
    using a Filechooser{Widget,Button,Dialog}.
    
    And because those are 3 widgets, dbus connecting has a 10s timeout and
    the testrunner aborts after 30s, we got testsuite failuers.

 .gitlab-ci/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 051bd9da4c..a06c8ee8ac 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -68,6 +68,8 @@ RUN dnf -y install \
     wayland-protocols-devel \
     which \
     xorg-x11-server-Xvfb \
+ && dnf -y remove \
+    gvfs \
  && dnf clean all
 
 RUN pip3 install meson==0.49.0


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