ci/android: reorder PATH and LD_LIBRARY_PATH values to clarify priority

Prefer libraries from /cuttlefish when loading binaries, in particular
this solves some loading problem when launching
/cuttlefish/bin/virgl_render_server

Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
Antonio Ospite
2024-11-14 16:54:03 +01:00
committed by Marge Bot
parent 5cec9b69fd
commit 948f179f65

View File

@@ -8,8 +8,8 @@ section_start cuttlefish_setup "cuttlefish: setup"
set -xe set -xe
export HOME=/cuttlefish export HOME=/cuttlefish
export PATH=$PATH:/cuttlefish/bin export PATH=/cuttlefish/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CI_PROJECT_DIR}/install/lib/:/cuttlefish/lib64 export LD_LIBRARY_PATH=/cuttlefish/lib64:${CI_PROJECT_DIR}/install/lib:$LD_LIBRARY_PATH
export EGL_PLATFORM=surfaceless export EGL_PLATFORM=surfaceless
syslogd syslogd