summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2023-03-10 14:20:10 -0500
committerMarge Bot <emma+marge@anholt.net>2023-03-14 14:52:25 +0000
commit8c51c8697ab122472b9136f9a17813a7a6513c59 (patch)
tree3c45bf381565b3e91313da9b46576502718e6a05 /.gitlab-ci
parent8b38c4f43cd1ea7ef923e6164e631d2fd69af04f (diff)
downloadmesa-8c51c8697ab122472b9136f9a17813a7a6513c59.tar.gz
mesa-8c51c8697ab122472b9136f9a17813a7a6513c59.tar.bz2
mesa-8c51c8697ab122472b9136f9a17813a7a6513c59.zip
ci: fix LVP_POISON_MEMORY usage
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21847>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/common/generate-env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index d9f18c1a100..5f0dfa58eeb 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -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}"