DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis
@ 2020-04-03 12:45 juraj.linkes
  2020-04-03 14:41 ` Aaron Conole
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: juraj.linkes @ 2020-04-03 12:45 UTC (permalink / raw)
  To: aconole, maicolgabriel; +Cc: dev, juraj.linkes

From: "juraj.linkes" <juraj.linkes@pantheon.tech>

libjansson4 is not enough to build telemetry. Replace it with
libjansson-dev.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
---
 .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/.travis.yml
@@ -15,7 +15,7 @@ addons:
     update: true
     packages: &required_packages
       - [libnuma-dev, python3-setuptools, python3-wheel, python3-pip, ninja-build]
-      - [libbsd-dev, libpcap-dev, libibverbs-dev, libcrypto++-dev, libfdt-dev, libjansson4]
+      - [libbsd-dev, libpcap-dev, libibverbs-dev, libcrypto++-dev, libfdt-dev, libjansson-dev]
 
 _aarch64_packages: &aarch64_packages
   - *required_packages
-- 
2.11.0


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

end of thread, other threads:[~2020-04-10  8:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 12:45 [dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis juraj.linkes
2020-04-03 14:41 ` Aaron Conole
2020-04-03 15:08 ` Ruifeng Wang
2020-04-08 12:49 ` [dpdk-dev] [PATCH v2] " Juraj Linkeš
2020-04-08 13:10   ` Aaron Conole
2020-04-09  8:00   ` David Marchand
2020-04-09  9:23     ` Bruce Richardson
2020-04-09  9:30       ` David Marchand
2020-04-10  8:06   ` David Marchand

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).