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:
parent
861f7e9d92
commit
c637ca66ec
|
@ -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'
|
||||
|
|
|
@ -102,6 +102,7 @@ apt-get install -y \
|
|||
python3-mako \
|
||||
python3-numpy \
|
||||
python3-six \
|
||||
weston \
|
||||
x11-xkb-utils \
|
||||
xfonts-utils \
|
||||
xkb-data \
|
||||
|
|
Loading…
Reference in New Issue