Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
95d2c09
)
ansible: update DPDK meson version
12/33512/1
author
Juraj Linkeš
<
[email protected]
>
Tue, 17 Aug 2021 13:36:50 +0000
(15:36 +0200)
committer
Juraj Linkeš
<
[email protected]
>
Tue, 17 Aug 2021 13:36:50 +0000
(15:36 +0200)
DPDK compilaiton is failing with:
ERROR: Meson version is 0.47.1 but project requires >= 0.49.2.
Change-Id: I692058819021ffaef9b85c0414041c5fcfa5fd96
Signed-off-by: Juraj Linkeš <
[email protected]
>
fdio.infra.ansible/roles/common/tasks/main.yaml
patch
|
blob
|
history
diff --git
a/fdio.infra.ansible/roles/common/tasks/main.yaml
b/fdio.infra.ansible/roles/common/tasks/main.yaml
index
60b4984
..
1233690
100644
(file)
--- a/
fdio.infra.ansible/roles/common/tasks/main.yaml
+++ b/
fdio.infra.ansible/roles/common/tasks/main.yaml
@@
-30,7
+30,7
@@
- name: Inst - Meson (DPDK)
pip:
name:
- - "meson==0.4
7.1
"
+ - "meson==0.4
9.2
"
tags:
- common-inst-meson