From c637ca66eccfd2cd810d454d5592e4d93afacd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 2 Sep 2022 11:29:28 +0200 Subject: [PATCH] ci: Install weston from Debian The commit below was meant to do this, but it slipped through the cracks. Fixes: e2dcf31059a8 ("CI: Update gitlab CI to use debian bullseye") --- .gitlab-ci.yml | 2 +- .gitlab-ci/debian-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48513be10..6dbda9889 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 8913e17ea..e30caf845 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -102,6 +102,7 @@ apt-get install -y \ python3-mako \ python3-numpy \ python3-six \ + weston \ x11-xkb-utils \ xfonts-utils \ xkb-data \