[totem-pl-parser/wip/hadess/fix-ci] ci: Add missing shared-mime-info dep for tests



commit 50126f4a22d53a140bf385cbdea4504f45311c12
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 28 15:15:56 2021 +0100

    ci: Add missing shared-mime-info dep for tests
    
    Something in the stack dropped the dependency on shared-mime-info,
    breaking the is_probably_dir() detection when resolving relative URLs.
    
    Add that missing dependency so that "foo.html" is detected as a known
    filetype that's not a directory, fixing the resolution.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73146aa..3287a7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ variables:
   DEPENDENCIES: redhat-rpm-config meson git gettext gtk-doc meson glib2-devel libxml2-devel 
gobject-introspection-devel libgcrypt-devel libarchive-devel
   DEPS_QUVI: libquvi-devel
   DEPS_ABI_CHECK: libabigail libsoup-devel gmime-devel
-  TEST_DEPS: gvfs dbus-daemon
+  TEST_DEPS: gvfs dbus-daemon shared-mime-info
   LAST_ABI_BREAK: "9ccc3c78a5a41b86bdd2c9fb63ad4963e65e4f63"
 
 build-fedora:


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