ci: fix LVP_POISON_MEMORY usage

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21847>
This commit is contained in:
Mike Blumenkrantz
2023-03-10 14:20:10 -05:00
committed by Marge Bot
parent 8b38c4f43c
commit 8c51c8697a

View File

@@ -118,6 +118,7 @@ for var in \
VK_ICD_FILENAMES \
VKD3D_PROTON_RESULTS \
ZINK_DESCRIPTORS \
LVP_POISON_MEMORY \
; do
if [ -n "${!var+x}" ]; then
echo "export $var=${!var@Q}"