[librsvg/librsvg-2.50] Fix the debian:testing_release build



commit ab069926f683eda6413f658c4d98606609827ac6
Author: Sven Neumann <sven svenfoo org>
Date:   Mon Oct 5 09:26:28 2020 +0200

    Fix the debian:testing_release build
    
    This broke when I changed the build to run on the x86_64 image,
    but forgot to change the PATH for gdk-pixbuf-query-loaders, see
    commit c5f09c73b5f76e77fa6d784f54b600996a75c8dc.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb31d3ba..2506be89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,7 +187,7 @@ debian:testing_release:
     LIBRSVG_DEBUG: "no"
     RSVG_TEST_TOLERANCE: "255"
   before_script:
-    - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
+    - export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
   <<: *distro_test
   <<: *stage_3
 


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