From: Ray Strode Date: Tue, 30 Aug 2022 13:16:29 +0000 (-0400) Subject: ci: Update to debian unstable X-Git-Tag: 23.51.283~81^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b60af88ca14c6033327a1b1cde626acb86dd33;p=thirdparty%2Fplymouth.git ci: Update to debian unstable It seems the uncrustify in debian stable is too old. Hopefully, debian unstable has a new enough version. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f953a4df..1e5b2679 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,9 @@ fedora-x86_64: only: - merge_requests -debian-stable-x86_64: +debian-unstable-x86_64: stage: build - image: debian:stable + image: debian:unstable before_script: - apt-get update -qq - apt-get install -y -qq --no-install-recommends autoconf automake autopoint bc build-essential docbook-xsl gcc gettext git intltool libdrm-dev libgtk-3-dev libpango1.0-dev libpng-dev libtool libudev-dev make pkg-config libsystemd-dev udev xsltproc shellcheck uncrustify patchutils