A recent change [1] in DPDK bumped requirements on meson to 0.49.2. 1: https://git.dpdk.org/dpdk/commit/?id=8c1053083678
Signed-off-by: David Marchand <[email protected]> --- .ci/linux-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh index 67c8ecf499..4255ebd05d 100755 --- a/.ci/linux-prepare.sh +++ b/.ci/linux-prepare.sh @@ -23,7 +23,7 @@ cd .. pip3 install --disable-pip-version-check --user \ flake8 hacking sphinx pyOpenSSL wheel setuptools pyelftools pip3 install --user --upgrade docutils -pip3 install --user 'meson==0.47.1' +pip3 install --user 'meson==0.49.2' if [ "$M32" ]; then # Installing 32-bit libraries. -- 2.23.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
