summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-shader-db.sh
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-07-25 11:02:34 -0700
committerEric Anholt <eric@anholt.net>2019-08-13 10:30:01 -0700
commit9605749f995b3a7b1d94d71994cdc57b9d0bfdff (patch)
tree197e0f7c4c0695f715f0967cdf68208dfc89e042 /.gitlab-ci/run-shader-db.sh
parentf417ced5cc89ce0790663246d52903079599bf67 (diff)
downloadmesa-9605749f995b3a7b1d94d71994cdc57b9d0bfdff.tar.gz
gitlab-ci: Set the prefix to ./install instead of the DESTDIR.
If we don't set DESTDIR, then the DEFAULT_DRIVER_DIR built into the libraries is correct and we don't need to use LIBGL_DRIVERS_PATH and friends for CI usage. Incidentally, this moves our installed paths from /builds/anholt/mesa/install/usr/local/lib (for example) to /builds/anholt/mesa/install/lib for simplicity. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci/run-shader-db.sh')
-rwxr-xr-x.gitlab-ci/run-shader-db.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh
index a6093e5d57b..7580457d850 100755
--- a/.gitlab-ci/run-shader-db.sh
+++ b/.gitlab-ci/run-shader-db.sh
@@ -5,8 +5,8 @@ ARTIFACTSDIR=`pwd`/shader-db
mkdir -p $ARTIFACTSDIR
export DRM_SHIM_DEBUG=true
-LIBDIR=`pwd`/install/usr/local/lib
-export LIBGL_DRIVERS_PATH=$LIBDIR/dri
+LIBDIR=`pwd`/install/lib
+export LD_LIBRARY_PATH=$LIBDIR
cd /usr/local/shader-db