public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] travis: Use gcc 8 and clang 7
@ 2018-12-07  9:31 Petr Vorel
  2018-12-11 15:25 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2018-12-07  9:31 UTC (permalink / raw)
  To: ltp

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.

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [LTP] [PATCH 1/1] travis: Use gcc 8 and clang 7
  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
  2018-12-11 15:55   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2018-12-11 15:25 UTC (permalink / raw)
  To: ltp

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [LTP] [PATCH 1/1] travis: Use gcc 8 and clang 7
  2018-12-11 15:25 ` Cyril Hrubis
@ 2018-12-11 15:55   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2018-12-11 15:55 UTC (permalink / raw)
  To: ltp

Hi Cyril,

> > 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.
I guess keeping 10 jobs is reasonable, but we can add more toolchains, if some
version is important for somebody.
The oldest gcc available repository [1] is 4.4 (our is 4.9), clang 3.5 (our oldest is 3.9).
=> I can use these older ones.


Kind regards,
Petr

[1] https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-11 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-12-11 15:55   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox