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

2024-10-14 Thread Patrick Robb
It seems like a good addition that meson.build and /.ci/linux-setup.sh are automatically in sync now. That's one less thing that someone has to "just remember" when increasing the meson minimum version. I will flag on the other thread (increasing the meson version) when UNH's scripts are updated t

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

2024-10-09 Thread Stephen Hemminger
On Wed, 9 Oct 2024 16:24:01 +0100 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, r

[RFC PATCH] build: automatically report minimum meson version

2024-10-09 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