ci/container: add weston into Vulkan container

Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24056>
This commit is contained in:
David Heidelberg 2023-07-08 13:34:51 +02:00 committed by Marge Bot
parent 97014036a9
commit a0ae98f345
2 changed files with 3 additions and 1 deletions

View file

@ -63,6 +63,8 @@ apt-get install -y --no-remove --no-install-recommends \
python3-lxml \
python3-simplejson \
sysvinit-core \
weston \
xwayland \
xinit \
xserver-xorg-video-amdgpu \
xserver-xorg-video-ati

View file

@ -16,7 +16,7 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_TAG: "2023-06-07-deqp"
DEBIAN_X86_64_TEST_GL_TAG: "2023-07-02-apitrace-lto"
DEBIAN_X86_64_TEST_VK_TAG: "2023-07-02-apitrace-lto"
DEBIAN_X86_64_TEST_VK_TAG: "2023-07-08-weston-0"
ALPINE_X86_64_BUILD_TAG: "2023-05-01-3.18-bump-1"
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"