ci/init-stage2: drop no-op "copy python path into python path"

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36685>
This commit is contained in:
Eric Engestrom 2025-08-07 12:02:06 +02:00 committed by Marge Bot
parent aef01d73d8
commit 2161b47d3f

View file

@ -108,9 +108,6 @@ export PATH=/usr/local/bin:$PATH
# Store Mesa's disk cache under /tmp, rather than sending it out over NFS. # Store Mesa's disk cache under /tmp, rather than sending it out over NFS.
export XDG_CACHE_HOME=/tmp export XDG_CACHE_HOME=/tmp
# Make sure Python can find all our imports
export PYTHONPATH=$(python3 -c "import sys;print(\":\".join(sys.path))")
# If we need to specify a driver, it means several drivers could pick up this gpu; # If we need to specify a driver, it means several drivers could pick up this gpu;
# ensure that the other driver can't accidentally be used # ensure that the other driver can't accidentally be used
if [ -n "$MESA_LOADER_DRIVER_OVERRIDE" ]; then if [ -n "$MESA_LOADER_DRIVER_OVERRIDE" ]; then