patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: stable@dpdk.org
Cc: aconole@redhat.com, msantana@redhat.com,
	Luca Boccassi <bluca@debian.org>,
	David Marchand <david.marchand@redhat.com>
Subject: [dpdk-stable] [PATCH 18.11 2/3] ci: enable ccache in Travis
Date: Fri, 10 May 2019 13:43:20 +0100	[thread overview]
Message-ID: <20190510124321.21266-3-ktraynor@redhat.com> (raw)
In-Reply-To: <20190510124321.21266-1-ktraynor@redhat.com>

From: Aaron Conole <aconole@redhat.com>

[ 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 <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,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


  parent reply	other threads:[~2019-05-10 12:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-10 12:43 [dpdk-stable] [PATCH 18.11 0/3] Travis for 18.11 stable branch Kevin Traynor
2019-05-10 12:43 ` [dpdk-stable] [PATCH 18.11 1/3] ci: introduce Travis builds for GitHub repositories Kevin Traynor
2019-05-10 12:43 ` Kevin Traynor [this message]
2019-05-10 12:43 ` [dpdk-stable] [PATCH 18.11 3/3] ci: add a distinguisher to the extra Travis builds Kevin Traynor
2019-05-10 14:10 ` [dpdk-stable] [PATCH 18.11 0/3] Travis for 18.11 stable branch Aaron Conole
2019-05-14 12:57   ` Kevin Traynor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190510124321.21266-3-ktraynor@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=aconole@redhat.com \
    --cc=bluca@debian.org \
    --cc=david.marchand@redhat.com \
    --cc=msantana@redhat.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).