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 310FDA0096 for ; Fri, 12 Apr 2019 11:17:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4238B5B20; Fri, 12 Apr 2019 11:17:12 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 85B77532C for ; Fri, 12 Apr 2019 11:17:10 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id h18so10103110wml.1 for ; Fri, 12 Apr 2019 02:17:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=nB8ZZu+qfEjzL/Y3e22vkWb0Nkn1aD0sc3xRSIqBa8c=; b=lYf7+W+Qe+Lt2LGEiH32cWnpnDUh+kkppKJ576jyzKasMBlSfyGKESGgtYhp4tMWGd fZUKmg9C4+wSFoxC2SaAeNJTXxn3sXVtD8QmhhthDW4bOpAOnMavLk+7TsLPKLFuOgWV eXxp+mJo4myYhe8nK9le1hQMOvFRBI4Z5ymjZwFj6+34SncD6gzq0JjryFh+LOwyMWhj zBFf0h12tODkXBf/oG7J6KelRqju19u4NA0yIfxDbKoQVy5sp5mvUBkYNBYBqa0xZfr5 qdP0W3aSLrxE0anP/vwluBPnakRtQsjvnTVykZexU1P3O1pckSMOGhn9+Lj7Go4rsQ65 nJHQ== X-Gm-Message-State: APjAAAWooGF7nxDnYytF8fHNboAvk8kOysXFOGO90Apw+FxGqiLXRZzp 7jQwAKEfD4tfK5lGz0LX9xw= X-Google-Smtp-Source: APXvYqyvm1OV+ARI0/4iP455XgqsTsBrGFU0VrGUE1gTCYP3KEDvO+PEHFLzd0OO98/g+wHY38xaFQ== X-Received: by 2002:a1c:df46:: with SMTP id w67mr9643638wmg.119.1555060630111; Fri, 12 Apr 2019 02:17:10 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id d17sm53435924wrw.88.2019.04.12.02.17.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 12 Apr 2019 02:17:08 -0700 (PDT) Message-ID: <6afecc1fcb27db63944794e774588f5900019a7d.camel@debian.org> From: Luca Boccassi To: Aaron Conole , dev@dpdk.org Cc: Bruce Richardson , Reshma Pattan , Agalya Babu RadhaKrishnan , David Marchand Date: Fri, 12 Apr 2019 10:16:53 +0100 In-Reply-To: <20190411195229.7841-2-aconole@redhat.com> References: <20190411195229.7841-1-aconole@redhat.com> <20190411195229.7841-2-aconole@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/3] travis: enable ccache 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" Message-ID: <20190412091653.IuYaXEdUrKsuB-ZlQpIgGOxweS6pxtsh5OHrzi8Q5U0@z> On Thu, 2019-04-11 at 15:52 -0400, Aaron Conole wrote: > We try to make the planet happy travis builds dpdk. >=20 > Also, the 'sudo' flag was recently deprecated. Drop it. >=20 > Suggested-by: Luca Boccassi < > bluca@debian.org > > > Signed-off-by: Aaron Conole < > aconole@redhat.com > > > --- > .travis.yml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > 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 > =20 > before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh > =20 > -sudo: false > - > env: > - DEF_LIB=3D"static" > - DEF_LIB=3D"shared" >=20 Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi