mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
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 <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38923>
This commit is contained in:
parent
8f0a8916c4
commit
fe3a0ab105
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue