[dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis
Ruifeng Wang
Ruifeng.Wang at arm.com
Fri Apr 3 17:08:52 CEST 2020
> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of
> juraj.linkes at pantheon.tech
> Sent: Friday, April 3, 2020 8:46 PM
> To: aconole at redhat.com; maicolgabriel at hotmail.com
> Cc: dev at dpdk.org; juraj.linkes <juraj.linkes at pantheon.tech>
> Subject: [dpdk-dev] [PATCH] ci: fix telemetry dependency in Travis
>
> From: "juraj.linkes" <juraj.linkes at pantheon.tech>
>
> libjansson4 is not enough to build telemetry. Replace it with libjansson-dev.
>
> Signed-off-by: Juraj Linkeš <juraj.linkes at 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
Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
More information about the dev
mailing list