[gnome-control-center/carlosgc/libsoup3] ci: Build libsoup3
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/carlosgc/libsoup3] ci: Build libsoup3
- Date: Tue, 5 Oct 2021 22:28:36 +0000 (UTC)
commit fe4c576ed7c4979cfaaeb9ef79007756ae7e36cf
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Oct 5 17:22:53 2021 -0500
ci: Build libsoup3
.gitlab-ci.yml | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa8874c04..e4699d8eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,7 @@ build.container.fedora@x86_64:
- '.fedora.container.common'
stage: 'prepare'
variables:
+ FDO_FORCE_REBUILD: true
# no need to pull the whole tree for rebuilding the image
GIT_STRATEGY: none
# Expiry sets fdo.expires on the image
@@ -96,6 +97,7 @@ build.container.fedora@x86_64:
libcanberra-devel
libgtop2-devel
libgudev-devel
+ libnghttp2-devel
libnma-devel
libpwquality-devel
libsmbclient-devel
@@ -121,6 +123,12 @@ build.container.fedora@x86_64:
meson . _build --prefix=/usr && \
ninja -C _build && \
ninja -C _build install && \
+ cd .. && \
+ git clone https://gitlab.gnome.org/GNOME/libsoup.git && \
+ cd libsoup && \
+ meson . _build --prefix=/usr && \
+ ninja -C _build && \
+ ninja -C _build install && \
cd ..
##
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]