Compare commits

...

3 Commits

Author SHA1 Message Date
Benjamin Otte
7c1241d116 asdf2 2019-03-08 15:51:02 +01:00
Benjamin Otte
c8176be849 asdf 2019-03-08 15:47:19 +01:00
Benjamin Otte
22a05d553b 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.
2019-03-08 14:56:41 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ RUN dnf -y install \
python3-wheel \
redhat-rpm-config \
sassc \
strace \
systemtap-sdt-devel \
vulkan-devel \
wayland-devel \

View File

@@ -27,6 +27,6 @@ ccache --show-stats
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test \
--print-errorlogs \
--suite=gtk \
--no-suite=gtk:gsk \
--no-suite=gtk:a11y
--verbose \
--wrap='strace -tt' \
objects-finalize