[grilo-plugins/wip/carlosg/ci-tracker-from-repo] ci: Install tracker3 and tracker3-miners from Fedora repositories




commit f1f9400f003b351ec5d8551b283d68dfce4967bc
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Oct 30 14:39:24 2020 +0100

    ci: Install tracker3 and tracker3-miners from Fedora repositories
    
    They are now available, so it's better to use those than development
    snapshots for testing.

 .gitlab-ci.yml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2939d97e..21d3b3a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,19 +19,7 @@ build_stable:
   before_script:
     - dnf update -y --nogpgcheck
   script:
-    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES
-    # FIXME: While tracker3 isn't in Fedora
-    - dnf install -y --nogpgcheck libseccomp-devel
-    - git clone https://gitlab.gnome.org/GNOME/tracker.git
-    - cd tracker
-    - meson . _build --prefix=/usr -Ddocs=false -Dman=false -Dbash_completion=false -Dtest_utils=true
-    - ninja -C _build install
-    - cd ..
-    - git clone https://gitlab.gnome.org/GNOME/tracker-miners.git
-    - cd tracker-miners
-    - meson . _build --prefix=/usr -Dpng=enabled -Dgeneric_media_extractor=gstreamer -Dminer_rss=false 
-Dman=false
-    - ninja -C _build install
-    - cd ..
+    - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES tracker3-devel tracker3-miners
     # 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


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