[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 28 10:43:10 UTC 2022


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

New commits:
commit 426f149c57627277d0d8a7e7ee7a39c4802e7714
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Mar 28 12:37:49 2022 +0200

    CI: switch to debian testing while they fix the python migration mess

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf2acfa2..a2eaff66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:unstable
+image: debian:testing
 
 stages:
   - build
@@ -6,7 +6,7 @@ stages:
   - publish
 
 before_script:
-  - echo 'deb-src http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list
+  - echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list
   - apt-get update
   - apt-get build-dep --yes --no-install-recommends poppler
   - apt-get install --yes --no-install-recommends ninja-build libcurl4-openssl-dev git ca-certificates locales libgtk-3-dev wget p7zip-full libbrotli-dev libboost-container-dev qt6-base-dev


More information about the poppler mailing list