contrib: install clang-format via REQUIRED_PACKAGES

On Fedora 33, we get it automatically because "clang" package
has an indirect (weak) dependency for clang-tools-extra. On
Fedora 34, that is no loger the case.

We need to explicitly install it.
This commit is contained in:
Thomas Haller 2021-05-04 08:44:35 +02:00
parent 23cc0bf335
commit 94ba38962f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 3 additions and 2 deletions

View file

@ -44,10 +44,10 @@ variables:
# these tags should be updated each time the list of packages is updated
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular NM version
FEDORA_TAG: '2021-01-28.0-204b637c4b94'
FEDORA_TAG: '2021-01-28.0-936f8a196a26'
UBUNTU_TAG: '2021-01-28.0-397adbc67ac4'
DEBIAN_TAG: '2021-01-28.0-397adbc67ac4'
CENTOS_TAG: '2021-01-28.0-204b637c4b94'
CENTOS_TAG: '2021-01-28.0-936f8a196a26'
ALPINE_TAG: '2021-01-28.0-35b8aa24ed67'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'

View file

@ -40,6 +40,7 @@ else
fi
install \
/usr/bin/clang-format \
/usr/bin/xargs \
ModemManager-devel \
ModemManager-glib-devel \