summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-04 20:27:36 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-04 20:53:12 +0100
commite6f62b6f306baca6d3c5d460e87639876dee5a32 (patch)
tree06425c91586a8fedea2de04e02fad500e953ac26 /.gitlab-ci
parent9140750640b3e2f583a5a4f9b0507f7636d6eda1 (diff)
downloadpygobject-e6f62b6f306baca6d3c5d460e87639876dee5a32.tar.gz
tests: Make tests run with GTK4
This contains the minimum changes needed to get the tests to pass using our docker image which contains a build gtk master from today. This also makes the gtk4 CI job fatal so we don't regress in this area.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile.gtk42
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile.gtk4 b/.gitlab-ci/Dockerfile.gtk4
index 7b650d1b..297a70d6 100644
--- a/.gitlab-ci/Dockerfile.gtk4
+++ b/.gitlab-ci/Dockerfile.gtk4
@@ -25,7 +25,7 @@ RUN git clone https://gitlab.freedesktop.org/wayland/wayland.git \
RUN git clone https://gitlab.gnome.org/GNOME/gtk.git \
&& cd gtk \
- && git checkout 273189fc \
+ && git checkout 833442e1e29e5 \
&& meson -Dprefix=/usr -Dbuild-tests=false -Ddemos=false -Dbuild-examples=false -Dprint-backends=none _build \
&& ninja -C _build \
&& ninja -C _build install \