ci: Install weston from Debian

The commit below was meant to do this, but it slipped through the
cracks.

Fixes: e2dcf31059 ("CI: Update gitlab CI to use debian bullseye")
This commit is contained in:
Michel Dänzer 2022-09-02 11:29:28 +02:00 committed by Michel Dänzer
parent 861f7e9d92
commit c637ca66ec
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ variables:
FDO_UPSTREAM_REPO: xorg/xserver
FDO_DISTRIBUTION_VERSION: bullseye-slim
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
FDO_DISTRIBUTION_TAG: "2022-08-11"
FDO_DISTRIBUTION_TAG: "2022-09-02-weston"
include:
- project: 'freedesktop/ci-templates'

View File

@ -102,6 +102,7 @@ apt-get install -y \
python3-mako \
python3-numpy \
python3-six \
weston \
x11-xkb-utils \
xfonts-utils \
xkb-data \