diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index 45c3b141f06..0ce96019594 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -109,6 +109,9 @@ export LIBGL_DRIVERS_PATH=/install/lib/dri # telling it to look in /usr/local/lib. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib +# The Broadcom devices need /usr/local/bin unconditionally added to the path +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