[librsvg: 2/5] ci: Remove extra handling for gdp-pixbuf-loaders on debian:testing




commit 376056b58a06d45c5ce11a29fe6cdd9dcdc3f59d
Author: Sven Neumann <sven svenfoo org>
Date:   Thu Oct 29 08:18:07 2020 +0100

    ci: Remove extra handling for gdp-pixbuf-loaders on debian:testing
    
    This isn't needed any longer with the updated image as it sets the
    GDK_PIXBUF_QUERYLOADERS environment variable.

 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8003c53b..d4c4f84d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ clippy:
     - job: check
   script:
     - cargo clippy --version
-    - sudo CARGO_HOME=$CARGO_HOME cargo clippy --workspace
+    - sudo -E cargo clippy --workspace
 
 cargo_test:
   stage: unit test
@@ -137,9 +137,6 @@ debian:testing:
   variables:
     LIBRSVG_DEBUG: "no"
     RSVG_TEST_TOLERANCE: "255"
-  before_script:
-    - *global_before
-    - export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
   script:
     # TODO: delete after sudo is no longer needed
     - mkdir -p _build


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