]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ci: Update to fedora 37
authorRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:15:33 +0000 (15:15 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:32:04 +0000 (15:32 -0400)
It seems like uncrustify is changed slightly incompatibly between
35 and 37, so just move to 37.

.gitlab-ci.yml

index 56283a0c410d268fae5f3d2526c37740e3dfd979..f953a4df50822c48cb8963f3043f95c924c7bfe8 100644 (file)
@@ -14,7 +14,7 @@ stages:
 
 fedora-x86_64:
   stage: build
-  image: 'registry.fedoraproject.org/fedora:35'
+  image: 'registry.fedoraproject.org/fedora:37'
   before_script:
     - dnf install -y gcc libtool intltool gtk3-devel git libpng-devel gettext-devel libxslt docbook-style-xsl cairo-devel systemd-devel systemd-udev kernel-headers libdrm-devel pango-devel make ShellCheck uncrustify patchutils
   <<: *autotools-build