[gvfs] ci: Add glib-networking master to Dockerfile
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] ci: Add glib-networking master to Dockerfile
- Date: Fri, 15 Oct 2021 14:18:24 +0000 (UTC)
commit db5741f2475a50d7f274984693d4f8aba0e7a8f8
Author: Ondrej Holy <oholy redhat com>
Date: Fri Oct 15 16:04:13 2021 +0200
ci: Add glib-networking master to Dockerfile
The DAVS test cases currently fail among others because of too old
glib-networking. Let's include also glib-networking to Dockerfile.
.gitlab-ci/Dockerfile | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index d398d340..3f06d290 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -14,6 +14,16 @@ RUN dnf builddep --nogpg -y glib \
&& cd .. \
&& rm -rf glib
+RUN dnf builddep --nogpg -y glib-networking \
+ && dnf clean all \
+ && git clone --depth 1 https://gitlab.gnome.org/GNOME/glib-networking.git \
+ && cd glib-networking \
+ && meson . _build --prefix=/usr \
+ && ninja -C _build \
+ && ninja -C _build install \
+ && cd .. \
+ && rm -rf glib-networking
+
RUN dnf builddep --nogpg -y libsoup \
&& dnf install -y --nogpg libnghttp2-devel \
&& dnf clean all \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]