gitlab-ci: use Fedora 35 as default build target

This commit is contained in:
Thomas Haller
2021-11-09 10:00:52 +01:00
committed by Beniamino Galvani
parent 615221a99c
commit 081510ed94
3 changed files with 14 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ if ! podman container exists "$PODNAME" ; then
--name="$PODNAME" \
-v "$DIR:/tmp/NetworkManager:Z" \
-w /tmp/NetworkManager \
fedora:34 \
fedora:35 \
/bin/bash -c 'dnf upgrade -y && dnf install -y git /usr/bin/clang-format && ./contrib/scripts/nm-code-format.sh -i'
exit 0
fi