[dpdk-dev] [PATCH 1/3] travis: enable ccache

Luca Boccassi bluca at debian.org
Fri Apr 12 11:16:53 CEST 2019


On Thu, 2019-04-11 at 15:52 -0400, Aaron Conole wrote:
> We try to make the planet happy travis builds dpdk.
> 
> Also, the 'sudo' flag was recently deprecated.  Drop it.
> 
> Suggested-by: Luca Boccassi <
> bluca at debian.org
> >
> Signed-off-by: Aaron Conole <
> aconole at redhat.com
> >
> ---
>  .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"
> 

Acked-by: Luca Boccassi <bluca at debian.org>

-- 
Kind regards,
Luca Boccassi


More information about the dev mailing list