diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2830e676f1..4a28e52e59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 739433dee9..6588769037 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -40,6 +40,7 @@ else fi install \ + /usr/bin/clang-format \ /usr/bin/xargs \ ModemManager-devel \ ModemManager-glib-devel \