From 8f8839cb9fe665b6d06077c4fce0571bc139d6ba Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 23 Aug 2021 08:59:46 -0500 Subject: Bump glib requirement to 2.69.1 --- .gitlab-ci/Dockerfile | 4 ++-- .gitlab-ci/run-docker.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index bc4d4b4e..1b589497 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -36,7 +36,7 @@ RUN dnf update -y \ RUN git clone https://gitlab.gnome.org/GNOME/glib.git \ && pushd glib \ - && git checkout 02742ef957b532789c003eef80ec7f51c370e3d5 \ + && git checkout 2.69.1 \ && meson _build --prefix=/usr \ && ninja -C _build install \ && popd \ @@ -44,7 +44,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/glib.git \ RUN git clone https://gitlab.gnome.org/GNOME/glib-networking.git \ && pushd glib-networking \ - && git checkout 2.70.alpha \ + && git checkout f7b3250d3e3fce4ea02b00610d9f2148ade4a6ce \ && meson _build --prefix=/usr \ && ninja -C _build install \ && popd \ diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index e386d021..f23c8151 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -2,7 +2,7 @@ set -e -TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v13" +TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v14" SUDO_CMD="sudo" if docker -v |& grep -q podman; then -- cgit v1.2.1