.gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 1ad3bc825185d6cb0bc922d0dafdc3815558011d Author: Albert Astals Cid <[email protected]> Date: Thu Oct 29 19:46:09 2020 +0100 CI: Use debian:unstable instead of fedora:31 that has a newer clazy clazy is broken in fedora 32 and 33 and i'm tired of complaining diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a63d68..2d6ceb9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,12 +82,8 @@ build_mingw64_fedora: build_clazy: stage: build - image: fedora:31 - before_script: - - dnf install -y 'dnf-command(builddep)' - - dnf builddep -y poppler - - dnf -y install glibc-langpack-en make ninja-build clazy clang redhat-rpm-config libcurl-devel script: + - apt-get install --yes --no-install-recommends clazy - mkdir -p build && cd build - CC=clang CXX=clazy CXXFLAGS="-Werror -Wno-deprecated-declarations" cmake -G Ninja .. - CLAZY_CHECKS="level0,level1,level2,isempty-vs-count,qhash-with-char-pointer-key,tr-non-literal,no-non-pod-global-static" ninja _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
