gitlab-ci: Enable freedreno shader-db runs.
Now that helgrind is less upset and I've completed many successful full shader-db runs, we should be able to enable freedreno shader-db runs for Mesa checkins on the tiny public shader-db. Reviewed-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -10,6 +10,8 @@ export LIBGL_DRIVERS_PATH=$LIBDIR/dri
|
|||||||
|
|
||||||
cd /usr/local/shader-db
|
cd /usr/local/shader-db
|
||||||
|
|
||||||
env LD_PRELOAD=$LIBDIR/libv3d_noop_drm_shim.so \
|
for driver in freedreno v3d; do
|
||||||
./run -j 4 ./shaders \
|
env LD_PRELOAD=$LIBDIR/lib${driver}_noop_drm_shim.so \
|
||||||
> $ARTIFACTSDIR/v3d-shader-db.txt
|
./run -j 4 ./shaders \
|
||||||
|
> $ARTIFACTSDIR/${driver}-shader-db.txt
|
||||||
|
done
|
||||||
|
Reference in New Issue
Block a user