Module: Mesa Branch: main Commit: 5e4ba9b166078fb4978c4eb69986bfff0f6ca66b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e4ba9b166078fb4978c4eb69986bfff0f6ca66b
Author: David Heidelberg <david.heidelb...@collabora.com> Date: Sat Oct 28 11:13:16 2023 +0200 ci/lava: add wine into the amd64 ephemeral container packages We don't have to install DXVK in chroot. Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843> --- .gitlab-ci/container/lava_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/lava_build.sh b/.gitlab-ci/container/lava_build.sh index 8c53b250982..752ef0b48d8 100755 --- a/.gitlab-ci/container/lava_build.sh +++ b/.gitlab-ci/container/lava_build.sh @@ -83,7 +83,7 @@ else DEVICE_TREES="" KERNEL_IMAGE_NAME="bzImage" CONTAINER_ARCH_PACKAGES=( - libasound2-dev libcap-dev libfdt-dev libva-dev wayland-protocols p7zip + libasound2-dev libcap-dev libfdt-dev libva-dev wayland-protocols p7zip wine ) fi