[glib-networking] ci: Enable openssl



commit aaa2ae0956262317a371a7c76b52a0142c347c13
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Feb 5 16:23:40 2019 +0100

    ci: Enable openssl

 .gitlab-ci.yml           | 3 ++-
 .gitlab-ci/Dockerfile    | 1 +
 .gitlab-ci/run-docker.sh | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be4ee25..dca898f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,11 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v1
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v2
 
 fedora-x86_64:
   script:
     - meson --prefix=$HOME/glib-networking-installed
             -Db_sanitize=address
             -Dgnutls=enabled
+            -Dopenssl=enabled
             -Dlibproxy=enabled
             -Dgnome_proxy=enabled
             -Dwerror=true
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index bdd9063..01ddead 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -6,6 +6,7 @@ RUN dnf update -y \
     && dnf install -y gsettings-desktop-schemas \
                       gcc \
                       libasan \
+                      openssl-devel \
     && dnf clean all
 
 ARG HOST_USER_ID=5555
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 5dc5584..f0c1df3 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/glib-networking/master:v1"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v2"
 
 cd "$(dirname "$0")"
 docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \


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