Re: [PATCH v2] build: automatically report minimum meson version

2025-05-15 Thread Bruce Richardson
On Thu, May 15, 2025 at 01:39:47PM +0200, David Marchand wrote: > On Thu, May 15, 2025 at 11:37 AM Bruce Richardson > wrote: > > > > On Thu, May 15, 2025 at 09:09:22AM +0200, David Marchand wrote: > > > On Tue, May 13, 2025 at 11:00 AM Bruce Richardson > > > wrote: > > > > > > > > Add a script to

Re: [PATCH v2] build: automatically report minimum meson version

2025-05-15 Thread Patrick Robb
On Thu, May 15, 2025 at 1:40 PM David Marchand wrote: > > > Retests show the same error, so I think we are hitting the issue fixed > with dbcd72f3fba0. > > Bumping the minimal version to 0.57.2 seems fine. > I looked and can't find a distrib that ships meson 0.57. > So either a user relies on the

Re: [PATCH v2] build: automatically report minimum meson version

2025-05-15 Thread David Marchand
On Thu, May 15, 2025 at 11:37 AM Bruce Richardson wrote: > > On Thu, May 15, 2025 at 09:09:22AM +0200, David Marchand wrote: > > On Tue, May 13, 2025 at 11:00 AM Bruce Richardson > > wrote: > > > > > > Add a script to buildtools to report the minimum meson version given in > > > our meson.build f

Re: [PATCH v2] build: automatically report minimum meson version

2025-05-15 Thread Bruce Richardson
On Thu, May 15, 2025 at 09:09:22AM +0200, David Marchand wrote: > On Tue, May 13, 2025 at 11:00 AM Bruce Richardson > wrote: > > > > Add a script to buildtools to report the minimum meson version given in > > our meson.build file. Then use this script in two ways: > > > > 1. in the .ci/linux-setup

Re: [PATCH v2] build: automatically report minimum meson version

2025-05-15 Thread David Marchand
On Tue, May 13, 2025 at 11:00 AM Bruce Richardson wrote: > > Add a script to buildtools to report the minimum meson version given in > our meson.build file. Then use this script in two ways: > > 1. in the .ci/linux-setup.sh script, use the auto-determined minimum >version to set up the CI, rat

[PATCH v2] build: automatically report minimum meson version

2025-05-13 Thread Bruce Richardson
Add a script to buildtools to report the minimum meson version given in our meson.build file. Then use this script in two ways: 1. in the .ci/linux-setup.sh script, use the auto-determined minimum version to set up the CI, rather than hard-coding it. 2. in meson.build call the script to report