[libsoup/wip/fedora-34: 1/2] docker: Upgrade to Fedora 34




commit 180c3f43e975501ee412f0ac9a3fcb71ae22fe76
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue May 18 10:26:25 2021 -0500

    docker: Upgrade to Fedora 34

 .gitlab-ci/Dockerfile | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index b84d0690..c78c57ac 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,8 +1,6 @@
-FROM fedora:33
+FROM fedora:34
 
 RUN dnf update -y \
-    && dnf install -y 'dnf-command(builddep)' \
-    && dnf builddep -y libsoup glib2 gobject-introspection vala \
     && dnf install -y autoconf-archive \
                       brotli-devel \
                       clang-analyzer \
@@ -26,22 +24,6 @@ RUN dnf update -y \
                       valgrind \
                       which \
     && dnf clean all \
-    && git clone https://gitlab.gnome.org/GNOME/glib.git \
-    && pushd glib \
-    && meson _build --prefix=/usr -Dgtk_doc=true \
-    && meson install -C _build \
-    && popd \
-    && git clone https://gitlab.gnome.org/GNOME/gobject-introspection.git \
-    && pushd gobject-introspection \
-    && meson _build --prefix=/usr \
-    && meson install -C _build \
-    && popd \
-    && git clone https://gitlab.gnome.org/GNOME/vala.git \
-    && pushd vala \
-    && ./autogen.sh --prefix=/usr \
-    && make install \
-    && popd \
-    && rm -rf glib gobject-introspection vala \
     && python2.7 -m ensurepip \
     && pip2.7 install virtualenv autobahntestsuite \
     && pip3 install quart


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