<div dir="ltr">Oh, I guess I should have mentioned that I did "test" this for good measure, by spinning up a base ubuntu 20.04 container, running the linux-setup.sh with this change, and did a dpdk build. <div><br></div><div>Tested-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 8, 2024 at 3:27 PM Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">There is a proposed increase in the minimum meson version to .57<br>
This patch aligns the linux setup ci script with this change.<br>
<br>
Signed-off-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu" target="_blank">probb@iol.unh.edu</a>><br>
---<br>
.ci/linux-setup.sh | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh<br>
index 975bf32144..c7b6a86d38 100755<br>
--- a/.ci/linux-setup.sh<br>
+++ b/.ci/linux-setup.sh<br>
@@ -4,7 +4,7 @@<br>
[ "$(id -u)" != '0' ] || alias sudo=<br>
<br>
# need to install as 'root' since some of the unit tests won't run without it<br>
-sudo python3 -m pip install --upgrade 'meson==0.53.2'<br>
+sudo python3 -m pip install --upgrade 'meson==0.57'<br>
<br>
# setup hugepages. error ignored because having hugepage is not mandatory.<br>
cat /proc/meminfo<br>
-- <br>
2.46.1<br>
<br>
</blockquote></div>