Mesa (main): ci/traces: Drop ZINK_USE_LAVAPIPE ICD override.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 27 23:26:32 UTC 2022


Module: Mesa
Branch: main
Commit: 9090bb1fbd601516756c0830c8b6c57bb2c3bd40
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9090bb1fbd601516756c0830c8b6c57bb2c3bd40

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Jun  2 15:24:03 2022 -0700

ci/traces: Drop ZINK_USE_LAVAPIPE ICD override.

Not set in the tree any more.

Reviewed-by: David Heidelberg <david.heidelberg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17125>

---

 .gitlab-ci/piglit/piglit-traces.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci/piglit/piglit-traces.sh b/.gitlab-ci/piglit/piglit-traces.sh
index 3e84993b7cb..073e23db0fd 100755
--- a/.gitlab-ci/piglit/piglit-traces.sh
+++ b/.gitlab-ci/piglit/piglit-traces.sh
@@ -78,10 +78,6 @@ else
     RUN_CMD_WRAPPER="xvfb-run --server-args=\"-noreset\" sh -c"
 fi
 
-if [ "$ZINK_USE_LAVAPIPE" ]; then
-    export VK_ICD_FILENAMES="$INSTALL/share/vulkan/icd.d/lvp_icd.x86_64.json"
-fi
-
 # If the job is parallel at the  gitlab job level, will take the corresponding
 # fraction of the caselist.
 if [ -n "$CI_NODE_INDEX" ]; then



More information about the mesa-commit mailing list