[gimp/wip/Jehan/testing-msys2-win-CI: 2/2] gitlab-ci: remove useless build dependencies.



commit e1a11504cd131f7689f76af082071570de58f40c
Author: Jehan <jehan girinstud io>
Date:   Thu Apr 16 18:14:14 2020 +0200

    gitlab-ci: remove useless build dependencies.

 .gitlab-ci.yml | 33 ++-------------------------------
 1 file changed, 2 insertions(+), 31 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 772520cde0..cb6b7a9d85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -192,27 +192,19 @@ deps-win64:
         git
         gcc
         gcc-c++
-        gperf
         intltool
         libtool
         libxslt
         make
-        python2
         mingw64-gcc
         mingw64-gcc-c++
         mingw64-binutils
         cpio rpm
         python3-docutils
-        python3-pip
         python3-setuptools
         shared-mime-info
         which
-        libmount-devel
         gdk-pixbuf2
-        gdk-pixbuf2-devel
-        glib2-devel
-    #- pip3 install wheel
-    #- pip3 install crossroad
     - git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git
     - cd crossroad
     - ./setup.py install --prefix=`pwd`/../.local
@@ -243,27 +235,21 @@ gimp-win64:
     - dnf_cache
   before_script:
     - dnf install --assumeyes --setopt=cachedir=`pwd`/dnf_cache --verbose
-        automake
-        autoconf
         meson
-        cmake
         gettext
         gcc
         gcc-c++
-        gperf
+        git
         intltool
         libtool
         libxslt
         make
-        python3
         mingw64-gcc
         mingw64-gcc-c++
         mingw64-binutils
         cpio rpm
         shared-mime-info
         which
-        libmount-devel
-        gdk-pixbuf2
         gdk-pixbuf2-devel
         glib2-devel
   script:
@@ -308,27 +294,19 @@ deps-win32:
         git
         gcc
         gcc-c++
-        gperf
         intltool
         libtool
         libxslt
         make
-        python2
         mingw32-gcc
         mingw32-gcc-c++
         mingw32-binutils
         cpio rpm
         python3-docutils
-        python3-pip
         python3-setuptools
         shared-mime-info
         which
-        libmount-devel
         gdk-pixbuf2
-        gdk-pixbuf2-devel
-        glib2-devel
-    #- pip3 install wheel
-    #- pip3 install crossroad
     - git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git
     - cd crossroad
     - ./setup.py install --prefix=`pwd`/../.local
@@ -359,28 +337,21 @@ gimp-win32:
     - dnf_cache
   before_script:
     - dnf install --assumeyes --setopt=cachedir=`pwd`/dnf_cache --verbose
-        automake
-        autoconf
         meson
-        cmake
         gettext
         gcc
         gcc-c++
-        gperf
+        git
         intltool
         libtool
         libxslt
         make
-        python2
-        python3
         mingw32-gcc
         mingw32-gcc-c++
         mingw32-binutils
         cpio rpm
         shared-mime-info
         which
-        libmount-devel
-        gdk-pixbuf2
         gdk-pixbuf2-devel
         glib2-devel
   script:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]