ci/traces: Drop ZINK_USE_LAVAPIPE ICD override.

Not set in the tree any more.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17125>
This commit is contained in:
Emma Anholt 2022-06-02 15:24:03 -07:00 committed by Marge Bot
parent 83709ac3cf
commit 9090bb1fbd
1 changed files with 0 additions and 4 deletions

View File

@ -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