From fe3a0ab105c0309963b10f978e1d7a25fc1962a1 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Fri, 12 Dec 2025 14:19:54 +0100 Subject: [PATCH] ci: Add panfrost drivers to debian-arm64-asan We intend to add panfrost-xxx-asan jobs soon, so let's add our gallium/vulkan drivers to the lists. Signed-off-by: Boris Brezillon Reviewed-by: Erik Faye-Lund Reviewed-by: Valentine Burley Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 948aba34ae4..35c425666d8 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -507,8 +507,8 @@ debian-arm64-asan: - .meson-build-for-tests - .build-run-long variables: - VULKAN_DRIVERS: "broadcom,freedreno" - GALLIUM_DRIVERS: "freedreno,vc4,v3d" + VULKAN_DRIVERS: "broadcom,freedreno,panfrost" + GALLIUM_DRIVERS: "freedreno,vc4,v3d,panfrost" C_ARGS: > -Wno-error=deprecated-declarations DRI_LOADERS: