mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
ci/va: Add /va/bin to PATH for test-video container
The test-video container requires /va/bin to be in the PATH to locate necessary binaries. 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
82a25daf9d
commit
751ff1a41e
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ set -ex
|
||||||
|
|
||||||
INSTALL=$PWD/install
|
INSTALL=$PWD/install
|
||||||
|
|
||||||
|
export PATH=/va/bin:$PATH
|
||||||
|
|
||||||
# Set up the driver environment.
|
# Set up the driver environment.
|
||||||
export LD_LIBRARY_PATH=$INSTALL/lib/
|
export LD_LIBRARY_PATH=$INSTALL/lib/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue