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

2025-05-16 Thread zhoumin
Hello David Marchand, On Fri, May 16, 2025 at 3:33 PM, David Marchand wrote: Hello Min Zhou, On Thu, May 15, 2025 at 3:47 PM 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/

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

2025-05-16 Thread zhoumin
Recheck-request: loongarch-compilation

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

2025-05-16 Thread David Marchand
Hello Min Zhou, On Thu, May 15, 2025 at 3:47 PM 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 se

[PATCH v3] build: automatically report minimum meson version

2025-05-15 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