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 E3762A0520; Sun, 19 Jan 2020 19:20:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 39C071E34; Sun, 19 Jan 2020 19:20:49 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 978991DBA for ; Sun, 19 Jan 2020 19:20:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579458047; 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=BPe/ZmQk/r3+0hh1uCQoeBMyaNnPx9FzAUyiwONRuPw=; b=VT5Sxsod79N/v1g1wFMehWMfOJPBjzMZ+qcXxUR7HZT71hRNYfl7E5zDRCq3jIa97lT70w EXIbxtZtbk3HZ++QEgQK/rGxcj+W9BFTo32shVWUJo/9TqKAU3reNt5u796JFHlL7VUj8/ a3cy/CBlKEny9s7D0M4cR768gK+G7FM= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-21-1QcjgCBCOPOB61Fd-wjXtQ-1; Sun, 19 Jan 2020 13:20:46 -0500 Received: by mail-vk1-f198.google.com with SMTP id w23so12160630vkd.16 for ; Sun, 19 Jan 2020 10:20:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Xlx307X8sGV4EkdKG/neHFeE67dpA2aeiUDLh/siw3E=; b=PeXMJrfH7KGtHtzEn6Eb7hLuSB/IZN8HJeQIFQNVLgoH9seWq/oCMIswmv3i2NcUSK jWicjC7+JcRrUqNvadZFEvhxgyOHQmggogq2n1IamHh6+KRj0NVDf7mXj67eAhDdHK/p JPCAQ6Wx192A8KgVfvjDPLSPby3ZnXH5vlQ8KJaHA5ouDhjMDfRV4RrD051u8eUr9zwA cDk8jOZ+qiKLYVxtIOCOgpb5BHhnlvozdWngv2OThYjTAT/zWLmZyUcFEj/Pe4etU3fS +5nZkJ8oGgd2McrGDKxoo2smiEg5kltZWqwh4IB+lj8vv7wwiG34ziLNNy3j5F8Wr1zg gitA== X-Gm-Message-State: APjAAAVNV8nBgIOGhRhYz9cidMQza7Z9e+1Ik+BXvT0UjLdWA70H6fTl evqhI2884HxcrHDOWF+leECWSFHMW3Tyo1pZsExXl6AbnuauFAL470DVumvQe+bh9gBhP0opJ0D zQWf1gu4hT1aPROskEec= X-Received: by 2002:ac5:ce12:: with SMTP id j18mr26553828vki.39.1579458045941; Sun, 19 Jan 2020 10:20:45 -0800 (PST) X-Google-Smtp-Source: APXvYqzDXPeTrqTM9z2Ldq2VSTlEmFNjfScyuIAB1fauAPOAjbwa0tk4D8Juv/jQDu5emuJ0O3DEzB3vfmxm7zgzJoQ= X-Received: by 2002:ac5:ce12:: with SMTP id j18mr26553819vki.39.1579458045682; Sun, 19 Jan 2020 10:20:45 -0800 (PST) MIME-Version: 1.0 References: <20191217114259.35575-1-kevin.laatz@intel.com> In-Reply-To: <20191217114259.35575-1-kevin.laatz@intel.com> From: David Marchand Date: Sun, 19 Jan 2020 19:20:34 +0100 Message-ID: To: Kevin Laatz Cc: dev , Aaron Conole X-MC-Unique: 1QcjgCBCOPOB61Fd-wjXtQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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" On Tue, Dec 17, 2019 at 12:43 PM Kevin Laatz wrote: > > 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. available* The Intel CI tests Ubuntu 16.04. As you mentioned, 18.04 comes with a more recent clang and libabigail which will be necessary in other series. I am ok with this change too. > > 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 > > -dist: xenial > +dist: bionic > > os: > - linux > @@ -21,7 +21,7 @@ aarch64_packages: &aarch64_packages > > extra_packages: &extra_packages > - *required_packages > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4] > + - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tool= s] I removed this change. libabigail will be added when needed. I also removed the distrib field for the aarch64 jobs, that were not pushed to master yet, at the time this patch had been proposed. Applied, thanks. -- David Marchand