mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
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:183d57aa9e("ci: Run intel shader-db on Haswell, Broadwell, and Meteorlake") Signed-off-by: Valentine Burley <valentine.burley@collabora.com> (cherry picked from commit9dd0f19198) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40752>
This commit is contained in:
parent
efc9ad3986
commit
8c2283df41
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -3014,7 +3014,7 @@
|
|||
"description": "ci: Drop duplicate Intel shader-db run",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "183d57aa9e6023155b8354e74934b4d650d93e87",
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue