[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 5 21:32:17 UTC 2022


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

New commits:
commit 56a7f817567d65ce62bea03af27c0e60340116f4
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Aug 5 23:24:30 2022 +0200

    CI: workaround cmake 3.24.0 issues
    
    https://gitlab.kitware.com/cmake/cmake/-/issues/23823

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7da7f82..67ac1996 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,7 @@ build:
 
 build_clang13_libcpp:
   stage: build
+  image: debian:bookworm
   script:
     - echo "We want to compile with C++23 here because it has some nice things like deleted std::string nullptr constructor"
     - sed -i -e "s at CMAKE_CXX_STANDARD 17 at CMAKE_CXX_STANDARD 23 at g" CMakeLists.txt
@@ -91,6 +92,7 @@ build_mingw64_fedora36:
 
 build_clazy_clang14:
   stage: build
+  image: debian:bookworm
   script:
     - apt-get install --yes --no-install-recommends clazy clang-14
     - mkdir -p build && cd build


More information about the poppler mailing list