[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 12 22:27:27 UTC 2019


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

New commits:
commit 12d4c8a46dd7b37bdc475d88d81ec5eecae48627
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Mar 12 22:59:59 2019 +0100

    Switch clazy CI to regular fedora
    
    rawhide is broken at this point and the current "fedora" has also clazy
    1.5 so that's enough for us

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75e17e38..a1d49917 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ build_mingw64_fedora:
 
 build_clazy:
   stage: build
-  image: fedora:rawhide
+  image: fedora
   before_script:
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y poppler


More information about the poppler mailing list