From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C4A0BA0096 for ; Fri, 10 May 2019 14:43:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC16C4CA7; Fri, 10 May 2019 14:43:47 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id CCBD94CA7 for ; Fri, 10 May 2019 14:43:46 +0200 (CEST) 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 mx1.redhat.com (Postfix) with ESMTPS id 42A3780F6D; Fri, 10 May 2019 12:43:46 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 592C25792; Fri, 10 May 2019 12:43:42 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: aconole@redhat.com, msantana@redhat.com, Luca Boccassi , David Marchand Date: Fri, 10 May 2019 13:43:20 +0100 Message-Id: <20190510124321.21266-3-ktraynor@redhat.com> In-Reply-To: <20190510124321.21266-1-ktraynor@redhat.com> References: <20190510124321.21266-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 10 May 2019 12:43:46 +0000 (UTC) Subject: [dpdk-stable] [PATCH 18.11 2/3] ci: enable ccache in Travis X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" From: Aaron Conole [ upstream commit 5afc16b82529433af79233a7083cd93289fe1530 ] We try to make the planet happy travis builds dpdk. Also, the 'sudo' flag was recently deprecated. Drop it. Suggested-by: Luca Boccassi Signed-off-by: Aaron Conole Reviewed-by: David Marchand Acked-by: Luca Boccassi --- .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,3 +1,4 @@ language: c +cache: ccache compiler: - gcc @@ -25,6 +26,4 @@ extra_packages: &extra_packages before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh -sudo: false - env: - DEF_LIB="static" -- 2.20.1