contrib/alpine/REQUIRED_PACKAGES: drop libsoup-dev

libsoup has not been used in NM since 1.8(!!) and is now breaking
the alpine edge pipeline. Drop it.
This commit is contained in:
Jan Vaclav 2026-05-14 13:20:59 +02:00
parent 98dfa8c83c
commit 3c0aba46f1
2 changed files with 1 additions and 2 deletions

View file

@ -60,7 +60,7 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
ALPINE_TAG: 'tag-8e4bbc59695b'
ALPINE_TAG: 'tag-9a076a2431b8'
CENTOS_TAG: 'tag-caf6673db1a7'
DEBIAN_TAG: 'tag-e394e8e726e1'
FEDORA_TAG: 'tag-caf6673db1a7'

View file

@ -30,7 +30,6 @@ apk add \
'libnvme-dev' \
'libnl3-dev' \
'libpsl-dev' \
'libsoup-dev' \
'libteam-dev' \
'linux-headers' \
'meson' \