ci: install a more recent meson in the ubuntu 20.04 image

This commit is contained in:
George Kiagiadakis 2021-06-18 18:06:28 +03:00
parent 7ee5172ce8
commit 9e0ce7cbd6

View file

@ -55,7 +55,7 @@ include:
.ubuntu: .ubuntu:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2021-06-10.0' FDO_DISTRIBUTION_TAG: '2021-06-18.0'
FDO_DISTRIBUTION_VERSION: '20.04' FDO_DISTRIBUTION_VERSION: '20.04'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
debhelper-compat debhelper-compat
@ -75,10 +75,13 @@ include:
libva-dev libva-dev
libv4l-dev libv4l-dev
libx11-dev libx11-dev
meson ninja-build
pkg-config pkg-config
systemd systemd
xmltoman xmltoman
python3-pip
FDO_DISTRIBUTION_EXEC: >-
pip3 install meson
.coverity: .coverity:
variables: variables: