summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2022-11-02 18:47:02 +0000
committerIan Stokes <ian.stokes@intel.com>2022-11-05 13:38:06 +0000
commit165edb9ae2f85f4904aac6bba8370a4a891a867b (patch)
treead000066c20f4603f9986d8c53680c64c901edf8 /.ci
parentc8a08db101237b985c44f81b9a2dd09130c9c3cf (diff)
downloadopenvswitch-165edb9ae2f85f4904aac6bba8370a4a891a867b.tar.gz
ci: Update meson requirement for DPDK.
The current version of meson used for building DPDK is 0.49.2. This has the restriction of holding the required python version to 3.9. A recent change [1] in DPDK bumped requirements on meson to 0.53.2. Update the version of meson used to build DPDK to 0.53.2 to remove the restriction. [1] https://git.dpdk.org/dpdk/commit/?id=909ad7b80e5e Signed-off-by: Ian Stokes <ian.stokes@intel.com> Reviewed-by: David Marchand <david.marchand@redhat.com>
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index 16a7aec0b..11d75a6d5 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -27,7 +27,7 @@ cd ..
pip3 install --disable-pip-version-check --user wheel
pip3 install --disable-pip-version-check --user \
flake8 'hacking>=3.0' netaddr pyparsing sphinx setuptools pyelftools
-pip3 install --user 'meson==0.49.2'
+pip3 install --user 'meson==0.53.2'
if [ "$M32" ]; then
# Installing 32-bit libraries.