summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-30 15:15:15 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-30 15:23:44 +0200
commitc6795fbe4cb0619fc32892226ea987728ebb18ee (patch)
treed96d2ba5cb64ce8991e8d9ab94c6475e366ebadb
parentb4a95be1c59e41418eef451210a2875b532c7b00 (diff)
downloadgeocode-glib-c6795fbe4cb0619fc32892226ea987728ebb18ee.tar.gz
ci: Use distribution-built libsoup3
This should makes tests quicker now that libsoup3 is available from the distribution we use.
-rw-r--r--.gitlab-ci.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c29b7c..967c5d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ variables:
libnghttp2-devel
sqlite-devel
libpsl-devel
+ libsoup3-devel
.build:
image: fedora:latest
@@ -54,15 +55,5 @@ build-fedora-soup3:
before_script:
# Undo delangification present in the Fedora Docker images
- .ci/undo-delangification.sh $COMMON_DEPS $SOUP3_DEPS
- # Tasks specific to soup3 (glib 2.70, libsoup 3)
- - git clone https://gitlab.gnome.org/GNOME/glib.git && pushd glib
- - git checkout 2.69.3
- - meson _build --prefix=/usr
- - ninja -C _build install
- - popd
- - git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
- - meson _build --prefix=/usr -Dtls_check=false
- - ninja -C _build install
- - popd
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- check-abi --parameters="-Dsoup2=false" ${LAST_ABI_BREAK_SOUP3} $(git rev-parse HEAD)