From da285796334b677e721ba319b808c1cbd374b488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Sun, 4 Feb 2024 21:10:12 +0100 Subject: [PATCH] ci: install xwayland in x86_64_test-gl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X is needed for the incoming nine tests. Signed-off-by: Pavel Ondračka Reviewed-by: Martin Roukala (né Peres) Reviewed-by: David Heidelberg Part-of: --- .gitlab-ci/container/debian/x86_64_test-gl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/container/debian/x86_64_test-gl.sh b/.gitlab-ci/container/debian/x86_64_test-gl.sh index 00dd1b84ec5..91a7f40fe80 100644 --- a/.gitlab-ci/container/debian/x86_64_test-gl.sh +++ b/.gitlab-ci/container/debian/x86_64_test-gl.sh @@ -61,6 +61,7 @@ DEPS=( spirv-tools sysvinit-core weston + xwayland ) apt-get update