From 9dd0f1919818c9020f040db178765ef6c41e5f2d Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 1 Dec 2025 09:26:55 +0100 Subject: [PATCH] ci: Drop duplicate Intel shader-db run Skylake is the default device for the Intel shim, and it's already included in the four Intel families listed below. Fixes: 183d57aa9e6 ("ci: Run intel shader-db on Haswell, Broadwell, and Meteorlake") Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/run-shader-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh index bca458c6b40..c39b8265e4d 100755 --- a/.gitlab-ci/run-shader-db.sh +++ b/.gitlab-ci/run-shader-db.sh @@ -14,7 +14,7 @@ export LD_LIBRARY_PATH=$LIBDIR cd /usr/local/shader-db -for driver in freedreno intel lima v3d vc4; do +for driver in freedreno lima v3d vc4; do section_start shader-db-${driver} "Running shader-db for $driver" env LD_PRELOAD="$LIBDIR/lib${driver}_noop_drm_shim.so" \ ./run -j"${FDO_CI_CONCURRENT:-4}" ./shaders \