summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2022-11-03 17:07:30 +0000
committerIan Stokes <ian.stokes@intel.com>2022-11-05 13:55:05 +0000
commit41d86c94fa8ee05e9ac5efa91c53e3542d0c881b (patch)
treef81b7f802be74500f55b1abe0f224a6513e523f5
parentbc49ebfbbd0929e1a68d8cc318d121fbf9ba374e (diff)
downloadopenvswitch-41d86c94fa8ee05e9ac5efa91c53e3542d0c881b.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>
-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 7f33680b4..7bf3cd46a 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -21,7 +21,7 @@ make -j4 HAVE_LLVM= HAVE_SQLITE= install
cd ..
pip3 install --disable-pip-version-check --user flake8 hacking
-pip3 install --user 'meson==0.48.1'
+pip3 install --user 'meson==0.53.2'
if [ "$M32" ]; then
# Installing 32-bit libraries.