From 2a70fee7dc9a212a0ab345b11008212f8d62cad3 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 16 Apr 2020 21:48:32 +0300 Subject: [PATCH] ci: Add intel to shaderdb runs Signed-off-by: Lionel Landwerlin Reviewed-by: Eric Anholt Acked-by: Matt Turner Part-of: --- .gitlab-ci/run-shader-db.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh index 7580457d850..4fb9933809a 100755 --- a/.gitlab-ci/run-shader-db.sh +++ b/.gitlab-ci/run-shader-db.sh @@ -10,7 +10,8 @@ export LD_LIBRARY_PATH=$LIBDIR cd /usr/local/shader-db -for driver in freedreno v3d; do +for driver in freedreno intel v3d; do + echo "Running drm-shim for $driver" env LD_PRELOAD=$LIBDIR/lib${driver}_noop_drm_shim.so \ ./run -j 4 ./shaders \ > $ARTIFACTSDIR/${driver}-shader-db.txt