On Wed, 9 Oct 2024 16:24:01 +0100 Bruce Richardson <bruce.richard...@intel.com> 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, rather than hard-coding it. > 2. in meson.build call the script to report the version. This serves as > a sanity check to ensure that any changes to meson.build file do not > break the script. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> Make sense, kind of annoying that it requires so many lines to do this but very understandable. Acked-by: Stephen Hemminger <step...@networkplumber.org>