Re: [dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis

2020-04-03 Thread Ruifeng Wang
> -Original Message- > From: dev On Behalf Of > juraj.lin...@pantheon.tech > Sent: Friday, April 3, 2020 8:46 PM > To: acon...@redhat.com; maicolgabr...@hotmail.com > Cc: dev@dpdk.org; juraj.linkes > Subject: [dpdk-dev] [PATCH] ci: fix telemetry dependenc

Re: [dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis

2020-04-03 Thread Aaron Conole
juraj.lin...@pantheon.tech writes: > From: "juraj.linkes" > > libjansson4 is not enough to build telemetry. Replace it with > libjansson-dev. > > Signed-off-by: Juraj Linkeš > --- I see that earlier builds would print: = Content Skipped = libs:

[dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis

2020-04-03 Thread juraj . linkes
From: "juraj.linkes" libjansson4 is not enough to build telemetry. Replace it with libjansson-dev. Signed-off-by: Juraj Linkeš --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd4f79cfc..2d2292ff6 100644 --- a/.travis.yml +++ b