Re: [PATCH] buildtools: allow a different minimum meson version for Windows

2025-06-16 Thread Bruce Richardson
On Mon, Jun 16, 2025 at 08:09:44AM -0700, Andre Muezerie wrote: > On Mon, Jun 16, 2025 at 09:27:00AM +0100, Bruce Richardson wrote: > > On Mon, Jun 16, 2025 at 08:36:31AM +0100, Bruce Richardson wrote: > > > On Fri, Jun 13, 2025 at 09:14:38AM -0700, Andre Muezerie wrote: > > > > There is a minimum

Re: [PATCH] buildtools: allow a different minimum meson version for Windows

2025-06-16 Thread Andre Muezerie
On Mon, Jun 16, 2025 at 09:27:00AM +0100, Bruce Richardson wrote: > On Mon, Jun 16, 2025 at 08:36:31AM +0100, Bruce Richardson wrote: > > On Fri, Jun 13, 2025 at 09:14:38AM -0700, Andre Muezerie wrote: > > > There is a minimum meson version specified in the DPDK meson project > > > section, which h

Re: [PATCH] buildtools: allow a different minimum meson version for Windows

2025-06-16 Thread Bruce Richardson
On Mon, Jun 16, 2025 at 08:36:31AM +0100, Bruce Richardson wrote: > On Fri, Jun 13, 2025 at 09:14:38AM -0700, Andre Muezerie wrote: > > There is a minimum meson version specified in the DPDK meson project > > section, which has been documented. This string is parsed by > > buildtools\get-min-meson-

Re: [PATCH] buildtools: allow a different minimum meson version for Windows

2025-06-16 Thread Bruce Richardson
On Fri, Jun 13, 2025 at 09:14:38AM -0700, Andre Muezerie wrote: > There is a minimum meson version specified in the DPDK meson project > section, which has been documented. This string is parsed by > buildtools\get-min-meson-version.py and this information is used by > lab automation to install the

[PATCH] buildtools: allow a different minimum meson version for Windows

2025-06-13 Thread Andre Muezerie
There is a minimum meson version specified in the DPDK meson project section, which has been documented. This string is parsed by buildtools\get-min-meson-version.py and this information is used by lab automation to install the corresponding meson package on the build machine. Turns out that the m