gitlab-ci: Set the prefix to ./install instead of the DESTDIR.
authorEric Anholt <eric@anholt.net>
Thu, 25 Jul 2019 18:02:34 +0000 (11:02 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 13 Aug 2019 17:30:01 +0000 (10:30 -0700)
commit9605749f995b3a7b1d94d71994cdc57b9d0bfdff
tree197e0f7c4c0695f715f0967cdf68208dfc89e042
parentf417ced5cc89ce0790663246d52903079599bf67
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>
.gitlab-ci/meson-build.sh
.gitlab-ci/run-shader-db.sh