[glib-networking/mcatanzaro/ci-test: 3/4] Update CI to Fedora 32



commit 10b06f644615cf581e5473c39528f9105dcabfce
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Nov 20 17:11:57 2019 -0600

    Update CI to Fedora 32
    
    We need glib 2.63.0 to enable the PKCS#11 tests. I broke these tests
    when enabling TLS 1.2, and didn't notice because they were all skipped
    due to the older glib dependency.

 .gitlab-ci.yml           | 2 +-
 .gitlab-ci/Dockerfile    | 2 +-
 .gitlab-ci/run-docker.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5075bd..458a7a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v6
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v8
 
 fedora-x86_64:
   script:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 895c710..a315e2b 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:30
+FROM fedora:32
 
 RUN dnf update -y \
     && dnf install -y 'dnf-command(builddep)' \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index e6d80ce..925566c 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:v6"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v8"
 
 cd "$(dirname "$0")"
 


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