CI: update meson from 0.56.2 (bullseye) to 1.0.0 (bullseye-backports)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1668>
This commit is contained in:
parent
3efc812a06
commit
1c6726a407
|
@ -15,7 +15,7 @@ EPHEMERAL="
|
||||||
xvfb
|
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
|
echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list
|
||||||
apt update
|
apt update
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ apt-get install -y \
|
||||||
libz-mingw-w64-dev \
|
libz-mingw-w64-dev \
|
||||||
linux-libc-dev/bullseye-backports \
|
linux-libc-dev/bullseye-backports \
|
||||||
mesa-common-dev \
|
mesa-common-dev \
|
||||||
meson \
|
meson/bullseye-backports \
|
||||||
mingw-w64-tools \
|
mingw-w64-tools \
|
||||||
nettle-dev \
|
nettle-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|
Loading…
Reference in New Issue