[grilo-plugins/wip/hadess/soup3-failure] ci: Don't install libsoup-devel when building soup3 variant
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/wip/hadess/soup3-failure] ci: Don't install libsoup-devel when building soup3 variant
- Date: Thu, 29 Sep 2022 09:01:19 +0000 (UTC)
commit 453292d85849674d89741a33b875a67fbeb320d4
Author: Bastien Nocera <hadess hadess net>
Date: Wed Sep 28 15:00:19 2022 +0200
ci: Don't install libsoup-devel when building soup3 variant
.gitlab-ci.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c3bab87..d8eb39a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ variables:
DEPENDENCIES_GRILO:
gobject-introspection-devel
libxml2-devel
- libsoup-devel
glib2-devel
gtk3-devel
liboauth-devel
@@ -20,6 +19,7 @@ variables:
DEPENDENCY_GRILO_SOUP2:
libsoup-devel
+ libdmapsharing-devel
DEPENDENCY_GRILO_SOUP3:
libsoup3-devel
@@ -34,7 +34,6 @@ variables:
json-glib-devel
avahi-gobject-devel
rest-devel
- libdmapsharing-devel
libmediaart-devel
gom-devel
gnome-online-accounts-devel
@@ -95,14 +94,14 @@ build_soup3:
before_script:
- dnf update -y --nogpgcheck
script:
- - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES $DEPENDENCY_GRILO_SOUP3
+ - dnf install -y --nogpgcheck --exclude=libsoup-devel $DEPENDENCIES_GRILO $DEPENDENCIES
$DEPENDENCY_GRILO_SOUP3
# 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 -Dgrilo:soup3=true
-Denable-bookmarks=yes
-Denable-chromaprint=yes
-Denable-dleyna=yes
- -Denable-dmap=yes
+ -Denable-dmap=no
-Denable-filesystem=yes
-Denable-flickr=yes
-Denable-freebox=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]