[poppler] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Nov 1 11:13:30 UTC 2018
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d1e0a3576cd05565988ec697905924948727a87
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Nov 1 12:00:13 2018 +0100
Workaround debian unstable not wanting to install libc++-dev
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 611af34c..37f2ac29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ before_script:
- echo 'deb-src http://deb.debian.org/debian unstable 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 libc++-dev libc++abi-dev clang libgtk-3-dev
+ - apt-get install --yes --no-install-recommends ninja-build libcurl4-openssl-dev git ca-certificates locales libc++-7-dev libc++abi-7-dev clang libgtk-3-dev
- echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen
- locale-gen
More information about the poppler
mailing list