mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: install a more recent meson in the ubuntu 20.04 image
This commit is contained in:
parent
7ee5172ce8
commit
9e0ce7cbd6
1 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue