mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
aef01d73d8
commit
2161b47d3f
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue