From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/1] travis: Use gcc 8 and clang 7
Date: Tue, 11 Dec 2018 16:25:27 +0100 [thread overview]
Message-ID: <20181211152527.GD1180@rei> (raw)
In-Reply-To: <20181207093126.12901-1-pvorel@suse.cz>
Hi!
> Replacing gcc 5 with gcc 8 and clang 4 with clang 7.
> This gives us shiny new versions, older and very old ones, while
> still keeping the same number of jobs.
The gcc one is hard choice gcc-5 is not that old yet, but we sure want
to have bleeding edge there to prepare for tomorrow and we do have
gcc-4.9 and gcc-6 so it's probably Ok.
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> .travis.yml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 078028f9b..f4e9bfe9d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -11,11 +11,11 @@ matrix:
> ### native builds ###
> - os: linux
> env: BUILD="native" INSTALL_PACKAGES="$BUILD"
> - compiler: gcc-5
> + compiler: gcc-8
> addons:
> apt:
> sources: ['ubuntu-toolchain-r-test']
> - packages: ['gcc-5']
> + packages: ['gcc-8']
>
> - os: linux
> env: BUILD="native" TREE="out" INSTALL_PACKAGES="$BUILD"
> @@ -27,11 +27,11 @@ matrix:
>
> - os: linux
> env: BUILD="native" TREE="out"
> - compiler: clang-4.0
> + compiler: clang-7
> addons:
> apt:
> - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
> - packages: ['clang-4.0']
> + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7']
> + packages: ['clang-7']
>
> - os: linux
> env: BUILD="native" INSTALL_PACKAGES="$BUILD"
> --
> 2.19.2
>
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2018-12-11 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-07 9:31 [LTP] [PATCH 1/1] travis: Use gcc 8 and clang 7 Petr Vorel
2018-12-11 15:25 ` Cyril Hrubis [this message]
2018-12-11 15:55 ` Petr Vorel
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=20181211152527.GD1180@rei \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.