From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <aconole@redhat.com>
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id 476221B207
 for <dev@dpdk.org>; Fri, 12 Apr 2019 18:21:50 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com
 [10.5.11.15])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id A7F23F74B7;
 Fri, 12 Apr 2019 16:21:49 +0000 (UTC)
Received: from dhcp-25.97.bos.redhat.com (ovpn-122-94.rdu2.redhat.com
 [10.10.122.94])
 by smtp.corp.redhat.com (Postfix) with ESMTP id EF8B25D707;
 Fri, 12 Apr 2019 16:21:48 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>,
 Luca Boccassi <bluca@debian.org>, Reshma Pattan <reshma.pattan@intel.com>,
 Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>,
 David Marchand <dmarchan@redhat.com>
Date: Fri, 12 Apr 2019 12:21:39 -0400
Message-Id: <20190412162141.23327-2-aconole@redhat.com>
In-Reply-To: <20190412162141.23327-1-aconole@redhat.com>
References: <20190411195229.7841-1-aconole@redhat.com>
 <20190412162141.23327-1-aconole@redhat.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.5.110.38]); Fri, 12 Apr 2019 16:21:49 +0000 (UTC)
Subject: [dpdk-dev] [PATCH v2 1/3] travis: enable ccache
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Apr 2019 16:21:50 -0000

We try to make the planet happy travis builds dpdk.

Also, the 'sudo' flag was recently deprecated.  Drop it.

Suggested-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3045eada5..72f8671b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: c
+cache: ccache
 compiler:
   - gcc
   - clang
@@ -24,8 +25,6 @@ extra_packages: &extra_packages
 
 before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh
 
-sudo: false
-
 env:
   - DEF_LIB="static"
   - DEF_LIB="shared"
-- 
2.19.1

From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 4071DA0096
	for <public@inbox.dpdk.org>; Fri, 12 Apr 2019 18:22:03 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 08C771B2AC;
	Fri, 12 Apr 2019 18:21:57 +0200 (CEST)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id 476221B207
 for <dev@dpdk.org>; Fri, 12 Apr 2019 18:21:50 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com
 [10.5.11.15])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id A7F23F74B7;
 Fri, 12 Apr 2019 16:21:49 +0000 (UTC)
Received: from dhcp-25.97.bos.redhat.com (ovpn-122-94.rdu2.redhat.com
 [10.10.122.94])
 by smtp.corp.redhat.com (Postfix) with ESMTP id EF8B25D707;
 Fri, 12 Apr 2019 16:21:48 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>,
 Luca Boccassi <bluca@debian.org>, Reshma Pattan <reshma.pattan@intel.com>,
 Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>,
 David Marchand <dmarchan@redhat.com>
Date: Fri, 12 Apr 2019 12:21:39 -0400
Message-Id: <20190412162141.23327-2-aconole@redhat.com>
In-Reply-To: <20190412162141.23327-1-aconole@redhat.com>
References: <20190411195229.7841-1-aconole@redhat.com>
 <20190412162141.23327-1-aconole@redhat.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.5.110.38]); Fri, 12 Apr 2019 16:21:49 +0000 (UTC)
Subject: [dpdk-dev] [PATCH v2 1/3] travis: enable ccache
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
Message-ID: <20190412162139.7vJrmU_PZcyYMjfFZt8lP6RsIVFrMy7dK4ikLR_w4rk@z>

We try to make the planet happy travis builds dpdk.

Also, the 'sudo' flag was recently deprecated.  Drop it.

Suggested-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3045eada5..72f8671b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: c
+cache: ccache
 compiler:
   - gcc
   - clang
@@ -24,8 +25,6 @@ extra_packages: &extra_packages
 
 before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh
 
-sudo: false
-
 env:
   - DEF_LIB="static"
   - DEF_LIB="shared"
-- 
2.19.1