Re: [PATCH] devtools: update Meson setup command

2022-12-08 Thread Thomas Monjalon
06/12/2022 11:27, David Marchand: > On Tue, Dec 6, 2022 at 11:17 AM Thomas Monjalon wrote: > > > > The command "meson build" causes a deprecation warning with meson 0.64: > > > > WARNING: Running the setup command as `meson [options]` instead of > > `meson setup [options]` is ambiguous and

Re: [PATCH] devtools: update Meson setup command

2022-12-07 Thread Aaron Conole
Thomas Monjalon writes: > The command "meson build" causes a deprecation warning with meson 0.64: > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Aaron Conole

Re: [PATCH] devtools: update Meson setup command

2022-12-06 Thread Tyler Retzlaff
On Tue, Dec 06, 2022 at 11:16:48AM +0100, Thomas Monjalon wrote: > The command "meson build" causes a deprecation warning with meson 0.64: > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Signed-off-by: Thomas

Re: [PATCH] devtools: update Meson setup command

2022-12-06 Thread David Marchand
On Tue, Dec 6, 2022 at 11:17 AM Thomas Monjalon wrote: > > The command "meson build" causes a deprecation warning with meson 0.64: > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Signed-off-by: Thomas Monjalo

[PATCH] devtools: update Meson setup command

2022-12-06 Thread Thomas Monjalon
The command "meson build" causes a deprecation warning with meson 0.64: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. Signed-off-by: Thomas Monjalon --- .ci/linux-build.sh| 2 +- devtools/test-meson-bu