[Mesa-dev] [PATCH mesa] travis: use correct form for array options
Dylan Baker
dylan at pnwbakers.com
Tue Jun 5 15:37:55 UTC 2018
You might also be interested in this:
https://github.com/mesonbuild/meson/pull/3696
Quoting Eric Engestrom (2018-06-05 03:59:40)
> I'd like to eventually drop support for the confusing "an array of
> a single empty string is meant to be interpreted as an empty array", so
> let's start by not using it anymore.
>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> .travis.yml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index d05c40bf9d74545fa777..1f83f5b8d74d8d8c1e8c 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -33,7 +33,7 @@ matrix:
> - env:
> - LABEL="meson Vulkan"
> - BUILD=meson
> - - MESON_OPTIONS="-Ddri-drivers= -Dgallium-drivers="
> + - MESON_OPTIONS="-Ddri-drivers=[] -Dgallium-drivers=[]"
> - LLVM_VERSION=5.0
> - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
> addons:
> @@ -53,7 +53,7 @@ matrix:
> - env:
> - LABEL="meson loaders/classic DRI"
> - BUILD=meson
> - - MESON_OPTIONS="-Dvulkan-drivers= -Dgallium-drivers="
> + - MESON_OPTIONS="-Dvulkan-drivers=[] -Dgallium-drivers=[]"
> addons:
> apt:
> packages:
> --
> Cheers,
> Eric
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180605/8bbf5617/attachment.sig>
More information about the mesa-dev
mailing list