mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
ci: run shaderdb on vc4 as well
Signed-off-by: Eric Engestrom <eric@igalia.com> Acked-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19305>
This commit is contained in:
parent
83b1cb936e
commit
b4921b5d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export LD_LIBRARY_PATH=$LIBDIR
|
|||
|
||||
cd /usr/local/shader-db
|
||||
|
||||
for driver in freedreno intel v3d; do
|
||||
for driver in freedreno intel v3d vc4; do
|
||||
echo "Running drm-shim for $driver"
|
||||
env LD_PRELOAD=$LIBDIR/lib${driver}_noop_drm_shim.so \
|
||||
./run -j${FDO_CI_CONCURRENT:-4} ./shaders \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue