[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 8 19:47:03 UTC 2020


 .gitlab-ci.yml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 2ec6bb9d0b1cfb3a1176e2b761b99c8e9d712642
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Jul 8 00:52:17 2020 +0200

    CI: image tweaks
    
    qt5_docs can go back to debian unstable
    
    clazy one still needs fedora 31, on fedora 32 clazy crashes, they are
    investigating it

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5adba60d..94c9d8d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ build_mingw64_fedora:
 
 build_clazy:
   stage: build
-  image: fedora
+  image: fedora:31
   before_script:
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y poppler
@@ -118,7 +118,6 @@ qt5_docs:
   only:
     - master
   stage: document
-  image: debian:testing
   variables:
     QT_SELECT: qt5
   script:


More information about the poppler mailing list