From 2161b47d3f1ff7c20ed808be73aedf871cef5c67 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 7 Aug 2025 12:02:06 +0200 Subject: [PATCH] ci/init-stage2: drop no-op "copy python path into python path" Part-of: --- .gitlab-ci/common/init-stage2.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index 53e8504ca01..417be81297f 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -108,9 +108,6 @@ export PATH=/usr/local/bin:$PATH # Store Mesa's disk cache under /tmp, rather than sending it out over NFS. 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; # ensure that the other driver can't accidentally be used if [ -n "$MESA_LOADER_DRIVER_OVERRIDE" ]; then