Skip to content

Commit

Permalink
ci: Update meson requirement for DPDK 21.05.
Browse files Browse the repository at this point in the history
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 <david.marchand@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
  • Loading branch information
david-marchand authored and istokes committed Aug 18, 2021
1 parent c2f3feb commit 1476561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-prepare.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 1476561

Please sign in to comment.