mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
ci: Add a workaround for finding deqp-runner on Broadcom
Broadcom devices require /usr/local/bin to be unconditionally added to the PATH in order to locate the binaries installed there. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34451>
This commit is contained in:
parent
55e78ef678
commit
8296c19817
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue