mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
97014036a9
commit
a0ae98f345
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue