From 1c6726a407db18981eabea1bae1a5560333d8de5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 9 Sep 2024 07:47:32 -0700 Subject: [PATCH] CI: update meson from 0.56.2 (bullseye) to 1.0.0 (bullseye-backports) Signed-off-by: Alan Coopersmith Part-of: --- .gitlab-ci/debian-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index bd3738a12..81cb4cb62 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -15,7 +15,7 @@ EPHEMERAL=" xvfb " -# Add bullseye-backports for the newer linux-libc-dev package +# Add bullseye-backports for the newer linux-libc-dev & meson packages echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list apt update @@ -99,7 +99,7 @@ apt-get install -y \ libz-mingw-w64-dev \ linux-libc-dev/bullseye-backports \ mesa-common-dev \ - meson \ + meson/bullseye-backports \ mingw-w64-tools \ nettle-dev \ pkg-config \