mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ci: Add kmod
modprobe is required in drm-ci for vkms testing. So add kmod to DEPS. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27088>
This commit is contained in:
parent
a9831caa14
commit
79422eccd8
2 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ EPHEMERAL=(
|
|||
DEPS=(
|
||||
clinfo
|
||||
iptables
|
||||
kmod
|
||||
"libclang-common-${LLVM_VERSION}-dev"
|
||||
"libclang-cpp${LLVM_VERSION}"
|
||||
libcap2
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ variables:
|
|||
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
||||
|
||||
DEBIAN_X86_64_TEST_ANDROID_TAG: "2024-01-14-runner"
|
||||
DEBIAN_X86_64_TEST_GL_TAG: "2024-01-14-check-deqp"
|
||||
DEBIAN_X86_64_TEST_GL_TAG: "2024-01-16-kmod"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "2024-01-14-check-deqp"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "2023-01-07-libdrm2_4_119"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue