DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ci: pin meson to 0.52.0
@ 2020-01-08 11:02 David Marchand
  2020-01-08 11:29 ` Luca Boccassi
  0 siblings, 1 reply; 10+ messages in thread
From: David Marchand @ 2020-01-08 11:02 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, bluca, Aaron Conole, Michael Santana

meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes
in Ubuntu 16.04.
Let's pin meson to 0.52.0 while the fix is being prepared in meson.

1: https://github.com/mesonbuild/meson/issues/6427

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 .ci/linux-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh
index dfb9d4a20..310873b3d 100755
--- a/.ci/linux-setup.sh
+++ b/.ci/linux-setup.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -xe
 
 # need to install as 'root' since some of the unit tests won't run without it
-sudo python3 -m pip install --upgrade meson
+sudo python3 -m pip install --upgrade meson==0.52
 
 # setup hugepages
 cat /proc/meminfo
-- 
2.23.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-01-08 17:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 11:02 [dpdk-dev] [PATCH] ci: pin meson to 0.52.0 David Marchand
2020-01-08 11:29 ` Luca Boccassi
2020-01-08 11:59   ` David Marchand
2020-01-08 12:10     ` Bruce Richardson
2020-01-08 14:22       ` David Marchand
2020-01-08 15:10         ` Aaron Conole
2020-01-08 15:50           ` Bruce Richardson
2020-01-08 16:09             ` Aaron Conole
2020-01-08 17:34               ` Bruce Richardson
2020-01-08 15:56         ` Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).