mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 09:20:29 +01:00
gitlab-ci: accept failure in REQUIRED_PACKAGES script for non-existing qt-devel
On CentOS 8, many devel packages are not available. Even after # dnf config-manager --set-enabled PowerTools certain devel packages are missing. Some of these (libndp-devel, mobile-broadband-provider-info-devel, teamd-devel) we build in copr ([1]), but libpsl-devel and qt-devel are still missing. Only install them optionally and allow failure for them not being present. [1] https://copr.fedorainfracloud.org/coprs/nmstate/nm-build-deps/repo/epel-8/nmstate-nm-build-deps-epel-8.repo (cherry picked from commit1473f00d74) (cherry picked from commit4e8840f6e6)
This commit is contained in:
parent
4d1b316f91
commit
9026686eea
1 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,6 @@ install \
|
|||
jansson-devel \
|
||||
libcurl-devel \
|
||||
libndp-devel \
|
||||
libpsl-devel \
|
||||
libselinux-devel \
|
||||
libtool \
|
||||
libuuid-devel \
|
||||
|
|
@ -74,7 +73,6 @@ install \
|
|||
ppp-devel \
|
||||
python3-dbus \
|
||||
python3-gobject \
|
||||
qt-devel \
|
||||
readline-devel \
|
||||
rpm-build \
|
||||
systemd-devel \
|
||||
|
|
@ -87,7 +85,9 @@ install \
|
|||
|
||||
# some packages don't exist in certain distributions. Install them one-by-one, and ignore errors.
|
||||
install_ignore_missing \
|
||||
python-gobject-base \
|
||||
dbus-python \
|
||||
libpsl-devel \
|
||||
pygobject3-base \
|
||||
python-gobject-base \
|
||||
qt-devel \
|
||||
#end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue