ci/env: move dead-code-with-comment to the end of the list to make it clearer

and improve comment

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29201>
This commit is contained in:
Eric Engestrom 2024-05-15 09:38:19 +02:00 committed by Marge Bot
parent 1f17b2fa76
commit 3cbb3c0b66

View file

@ -120,14 +120,16 @@ VARS=(
VIRGL_RENDER_SERVER
WAFFLE_PLATFORM
VK_DRIVER
# required by virglrender CI
VK_DRIVER_FILES
VKD3D_PROTON_RESULTS
VKD3D_CONFIG
VKD3D_TEST_EXCLUDE
ZINK_DESCRIPTORS
ZINK_DEBUG
LVP_POISON_MEMORY
# Dead code within Mesa CI, but required by virglrender CI
# (because they include our files in their CI)
VK_DRIVER_FILES
)
for var in "${VARS[@]}"; do