mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
.gitlab-ci.yml: Switch from Stretch to Buster
Stretch is old-stable and will reach end of life this year. buster-backports has newer Meson available, so switching to Buster will allow us to bump the Meson requirements. Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
618663c791
commit
d840681707
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
image: debian:stretch
|
||||
image: debian:buster
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
|
@ -9,9 +9,9 @@ before_script:
|
|||
- echo '#!/bin/sh' > /usr/sbin/policy-rc.d
|
||||
- echo 'exit 101' >> /usr/sbin/policy-rc.d
|
||||
- chmod +x /usr/sbin/policy-rc.d
|
||||
- echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list
|
||||
- echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
|
||||
- apt-get update
|
||||
- apt-get -y --no-install-recommends install build-essential automake autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev doxygen graphviz xmlto xsltproc docbook-xsl meson/stretch-backports
|
||||
- apt-get -y --no-install-recommends install build-essential automake autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev doxygen graphviz xmlto xsltproc docbook-xsl meson/buster-backports
|
||||
|
||||
build-native-autotools:
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue