[PATCH v3] build: automatically report minimum meson version
zhoumin
zhoumin at loongson.cn
Fri May 16 13:28:04 CEST 2025
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
> <bruce.richardson at 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.richardson at intel.com>
>> Acked-by: Stephen Hemminger <stephen at networkplumber.org>
>> Reviewed-by: Patrick Robb <probb at iol.unh.edu>
>>
>> ---
>> v3: update minimum meson to 0.57.2 (from 0.57.0) to fix CI errors
>> v2: rebase to latest main
> The LoongArch CI reported an error on this patch, but I can't find out
> the reason:
> https://mails.dpdk.org/archives/test-report/2025-May/877981.html
>
> This is probably related to the meson version in the build env, since
> this patch increases the minimum version to 0.57.2.
>
> Can you have a look please?
Sure. The reason for this error is related to the meson version in the
build environment. I will update the version of meson and retest this
patch.
>
More information about the dev
mailing list