From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E658CA04FF; Tue, 17 Dec 2019 15:44:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C408F1BE9D; Tue, 17 Dec 2019 15:44:21 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id B3F291BE90 for ; Tue, 17 Dec 2019 15:44:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576593860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BXuGUc87mYwLJ3ET83j2HLspdIrtK6G05lEimTa858A=; b=L4Vpxvvd18cEa+pKMvQ/8mWClKr71ct2/iqLau1qvDwrxjuOjgJpl4NYIMm5kOSGaPh0lc DbNEcOjMxnbWoCU+1rOSexKcMs3nr0GfUYYKHYgaEbr2gGNHPC/O8cajn0kxZ8gIjfgTmZ opzZrDCc279T9XptaW6yWy/l2XMHA3I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-193-uNFRxgB7PX681escyoij7g-1; Tue, 17 Dec 2019 09:44:16 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A16E21005516; Tue, 17 Dec 2019 14:44:15 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.127]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4387119C58; Tue, 17 Dec 2019 14:44:15 +0000 (UTC) From: Aaron Conole To: Kevin Laatz Cc: dev@dpdk.org References: <20191217114259.35575-1-kevin.laatz@intel.com> Date: Tue, 17 Dec 2019 09:44:14 -0500 In-Reply-To: <20191217114259.35575-1-kevin.laatz@intel.com> (Kevin Laatz's message of "Tue, 17 Dec 2019 11:42:59 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: uNFRxgB7PX681escyoij7g-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ci: update travis to use bionic X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Kevin Laatz writes: > Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is > becoming increasingly outdated. This patch updates Travis to use Ubuntu > 18.04 LTS (Bionic) which will give us the benefit of more up-to-date > packages being availble and the newer features that come with them. > > Signed-off-by: Kevin Laatz > --- > .travis.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index 8f90d06f2..6e0626353 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -4,7 +4,7 @@ compiler: > - gcc > - clang > =20 > -dist: xenial > +dist: bionic This LGTM. > os: > - linux > @@ -21,7 +21,7 @@ aarch64_packages: &aarch64_packages > =20 > extra_packages: &extra_packages > - *required_packages > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4] > + - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tool= s] Will adding the abigail-tools automatically invoke the ABI checks? Otherwise, maybe it's best to save this for a future commit. I'll look for the robot build when it comes by. Thanks! > build_32b_packages: &build_32b_packages > - *required_packages