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:

committed by
Marge Bot

parent
83b1cb936e
commit
b4921b5d7a
@@ -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 \
|
||||
|
Reference in New Issue
Block a user