[grilo-plugins] ci: remove build_tracker2



commit e95831a3107e8ff561a31714614d4632e644acbb
Author: Victor Toso <victortoso gnome org>
Date:   Fri Mar 26 18:15:32 2021 +0100

    ci: remove build_tracker2
    
    In fedora:rawhide, tracker-devel package is now tracker 3.
    There is no tracker 2 package.
    
    Remove it from CI to avoid failures.

 .gitlab-ci.yml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a474d01c..b090f05e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,17 +37,15 @@ variables:
     gstreamer1-plugins-bad-free-extras
     python3-gobject-base
     dbus-daemon
-
-  TRACKER3_DEPENDENCIES:
-    tracker3-miners
-    tracker3-devel
+    tracker-miners
+    tracker-devel
     upower
 
 build_stable:
   before_script:
     - dnf update -y --nogpgcheck
   script:
-    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES $TRACKER3_DEPENDENCIES
+    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES
     # As part of configuring grilo-plugins.git for build, the latest code from
     # grilo.git will be fetched by Meson and it will be built as a subproject.
     - meson . _build --prefix=/usr
@@ -88,16 +86,3 @@ build_stable:
     when: on_failure
     paths:
       - _build/meson-logs
-
-build_tracker2:
-  before_script:
-    - dnf update -y --nogpgcheck
-  script:
-    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES tracker-devel
-    # As part of configuring grilo-plugins.git for build, the latest code from
-    # grilo.git will be fetched by Meson and it will be built as a subproject.
-    - meson . _build --prefix=/usr
-      -Denable-tracker=yes
-    - ninja -C _build
-    - ninja -C _build install
-    - meson test -C _build --suite=grilo-plugins


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