[librsvg] Revert "CI: Add gettext package for distro testing"



commit 51f896b96110a6afcdeabf994b93177ea4793b21
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Dec 2 20:50:07 2018 +0200

    Revert "CI: Add gettext package for distro testing"
    
    This reverts commit e59bd9db3dbdf6f6dc5b722f413ae9ec138fa492.
    
    This is no longer needed as of:
    https://gitlab.gnome.org/GNOME/librsvg-oci-images/commit/dbea493d34102d8764f55544bd64cc73edd3d1c2

 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a70ecf3b..d0e9493a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,24 +87,18 @@ fedora test:
   stage: test
   variables:
     LIBRSVG_DEBUG: "yes"
-  before_script:
-    - dnf install -y gettext-devel
   <<: *test
 
 fedora:rawhide:
   image: $AMD64_FEDORA_RAWHIDE
   variables:
     LIBRSVG_DEBUG: "yes"
-  before_script:
-    - dnf install -y gettext-devel
   <<: *distro_test
 
 .opensuse:tumbleweed:
   image: $AMD64_OPENSUSE_TUMBLEWEED
   variables:
     LIBRSVG_DEBUG: "yes"
-  before_script:
-    - zypper install -y gettext-tools
   <<: *distro_test
 
 debian:testing:
@@ -113,7 +107,6 @@ debian:testing:
     LIBRSVG_DEBUG: "yes"
   before_script:
     - export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
-    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
 
 debian_i386:testing:
@@ -122,7 +115,6 @@ debian_i386:testing:
     LIBRSVG_DEBUG: "yes"
   before_script:
     - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
-    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
 
 # STAGE 1 LINTS
@@ -155,7 +147,6 @@ tarball:
   variables:
     LIBRSVG_DEBUG: "yes"
   script:
-    - dnf install -y gettext-devel
     - rustc --version && cargo --version
     - mkdir -p _build
     - cd _build
@@ -171,8 +162,6 @@ fedora:test_release:
   stage: test
   variables:
     LIBRSVG_DEBUG: "no"
-  before_script:
-    - dnf install -y gettext-devel
   <<: *distro_test
   <<: *stage_3
 
@@ -182,7 +171,6 @@ debian:testing_release_i386:
     LIBRSVG_DEBUG: "no"
   before_script:
     - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
-    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
   <<: *stage_3
 


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