[Mesa-dev] [PATCH 01/15] travis: explicitly LD_LIBRARY_PATH the local libraries

Andres Gomez agomez at igalia.com
Fri Apr 28 10:49:12 UTC 2017


This is:

Reviewed-by: Andres Gomez <agomez at igalia.com>

On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Some of the libraries may be dlopened, which may not always work due to
> the non-standard prefix that we're using.
> 
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> Adding this is a good idea imho, regardless if we opt for or against
> libtxc_dxtn.
> ---
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 6d6e44cc419..49158a09fce 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -36,6 +36,7 @@ env:
>      - LLVM_PACKAGE="llvm-${LLVM_VERSION} llvm-${LLVM_VERSION}-dev"
>      - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
>      - PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig
> +    - LD_LIBRARY_PATH="$HOME/prefix/lib:$LD_LIBRARY_PATH"
>      - MAKEFLAGS=-j2
>    matrix:
>      - BUILD=make
-- 
Br,

Andres


More information about the mesa-dev mailing list