summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@gnome.org>2021-03-26 18:15:32 +0100
committerVictor Toso <victortoso@gnome.org>2021-03-26 18:15:32 +0100
commite95831a3107e8ff561a31714614d4632e644acbb (patch)
tree47b5907c2eb5f999d258159f6319178a545e1eb3
parent084e3efa2c4c40097930e05b4a1a3afe439aabc4 (diff)
downloadgrilo-plugins-e95831a3107e8ff561a31714614d4632e644acbb.tar.gz
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.
-rw-r--r--.gitlab-ci.yml21
1 files changed, 3 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a474d01..b090f05 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