[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 16 18:24:22 UTC 2018


 .gitlab-ci.yml |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 114ec1fc50595fdfadd1be6b2ae4fc1923f0cf50
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Oct 16 19:43:30 2018 +0200

    CI: fedora fixed their mingw packages, remove workaround

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bc6652b..0a66fe30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,9 +65,6 @@ build_mingw64_fedora:
     - yum -y install yum-utils
     - yum-builddep -y mingw64-poppler
     - yum -y install mingw64-curl make ninja-build mingw64-openjpeg2-tools mingw32-openjpeg2-tools
-    - mv /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj2_decompress.exe /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj_decompress.exe
-    - mv /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj2_compress.exe /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj_compress.exe
-    - mv /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj2_dump.exe /usr/x86_64-w64-mingw32/sys-root/mingw/bin/opj_dump.exe
   script:
     - sed -i '/SYSTEM/d' glib/CMakeLists.txt
     - mkdir -p build && cd build


More information about the poppler mailing list