public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
@ 2019-07-15  0:26 Ramon Fried
  2019-07-15  1:48 ` Bin Meng
  2019-07-17 13:29 ` Tom Rini
  0 siblings, 2 replies; 12+ messages in thread
From: Ramon Fried @ 2019-07-15  0:26 UTC (permalink / raw)
  To: u-boot

trusty is getting old, move to xenial (16.04)
to get updated gcc and other tools.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c21bbbbca4..1640fbb6dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 # build U-Boot on Travis CI - https://travis-ci.org/
 
 sudo: required
-dist: trusty
+dist: xenial
 
 language: c
 
-- 
2.22.0

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-15  0:26 [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial Ramon Fried
@ 2019-07-15  1:48 ` Bin Meng
  2019-07-15  4:44   ` Ramon Fried
  2019-07-15  7:05   ` Ramon Fried
  2019-07-17 13:29 ` Tom Rini
  1 sibling, 2 replies; 12+ messages in thread
From: Bin Meng @ 2019-07-15  1:48 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 15, 2019 at 8:26 AM Ramon Fried <rfried.dev@gmail.com> wrote:
>
> trusty is getting old, move to xenial (16.04)
> to get updated gcc and other tools.
>
> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index c21bbbbca4..1640fbb6dd 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,7 +4,7 @@
>  # build U-Boot on Travis CI - https://travis-ci.org/
>
>  sudo: required
> -dist: trusty
> +dist: xenial

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

But should we move to 18.04 LTS directly?

Regards,
Bin

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-15  1:48 ` Bin Meng
@ 2019-07-15  4:44   ` Ramon Fried
  2019-07-15  7:05   ` Ramon Fried
  1 sibling, 0 replies; 12+ messages in thread
From: Ramon Fried @ 2019-07-15  4:44 UTC (permalink / raw)
  To: u-boot



On July 15, 2019 4:48:43 AM GMT+03:00, Bin Meng <bmeng.cn@gmail.com> wrote:
>On Mon, Jul 15, 2019 at 8:26 AM Ramon Fried <rfried.dev@gmail.com>
>wrote:
>>
>> trusty is getting old, move to xenial (16.04)
>> to get updated gcc and other tools.
>>
>> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
>> ---
>>  .travis.yml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index c21bbbbca4..1640fbb6dd 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -4,7 +4,7 @@
>>  # build U-Boot on Travis CI - https://travis-ci.org/
>>
>>  sudo: required
>> -dist: trusty
>> +dist: xenial
>
>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>
>But should we move to 18.04 LTS directly?
this is the latest available by Travis. 
Thanks, Ramon 
>
>Regards,
>Bin

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-15  1:48 ` Bin Meng
  2019-07-15  4:44   ` Ramon Fried
@ 2019-07-15  7:05   ` Ramon Fried
  1 sibling, 0 replies; 12+ messages in thread
From: Ramon Fried @ 2019-07-15  7:05 UTC (permalink / raw)
  To: u-boot



On July 15, 2019 4:48:43 AM GMT+03:00, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Mon, Jul 15, 2019 at 8:26 AM Ramon Fried <rfried.dev@gmail.com>
> wrote:
>>
>> trusty is getting old, move to xenial (16.04)
>> to get updated gcc and other tools.
>>
>> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
>> ---
>> .travis.yml | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index c21bbbbca4..1640fbb6dd 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -4,7 +4,7 @@
>> # build U-Boot on Travis CI - https://travis-ci.org/
>>
>> sudo: required
>> -dist: trusty
>> +dist: xenial
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>
> But should we move to 18.04 LTS directly?
this is the latest available by Travis. Thanks, Ramon
>
> Regards,
> Bin

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-15  0:26 [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial Ramon Fried
  2019-07-15  1:48 ` Bin Meng
@ 2019-07-17 13:29 ` Tom Rini
  2019-07-17 16:37   ` Ramon Fried
  1 sibling, 1 reply; 12+ messages in thread
From: Tom Rini @ 2019-07-17 13:29 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:

> trusty is getting old, move to xenial (16.04)
> to get updated gcc and other tools.
> 
> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index c21bbbbca4..1640fbb6dd 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,7 +4,7 @@
>  # build U-Boot on Travis CI - https://travis-ci.org/
>  
>  sudo: required
> -dist: trusty
> +dist: xenial
>  
>  language: c
>  

Oh good, they're finally not stuck on "Trusty".  But I still think we
need to move to GitLab CI runners instead, so we can have better control
over (and provide resources for) running the builds instead.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190717/d7654cfc/attachment.sig>

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-17 13:29 ` Tom Rini
@ 2019-07-17 16:37   ` Ramon Fried
  2019-07-17 16:42     ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Ramon Fried @ 2019-07-17 16:37 UTC (permalink / raw)
  To: u-boot



On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
>On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
>
>> trusty is getting old, move to xenial (16.04)
>> to get updated gcc and other tools.
>> 
>> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
>> ---
>>  .travis.yml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/.travis.yml b/.travis.yml
>> index c21bbbbca4..1640fbb6dd 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -4,7 +4,7 @@
>>  # build U-Boot on Travis CI - https://travis-ci.org/
>>  
>>  sudo: required
>> -dist: trusty
>> +dist: xenial
>>  
>>  language: c
>>  
>
>Oh good, they're finally not stuck on "Trusty".  But I still think we
>need to move to GitLab CI runners instead, so we can have better
>control
>over (and provide resources for) running the builds instead.
This can be an intermediate state until movement to gitlab CI is complete. 
Thanks, Ramon 

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-17 16:37   ` Ramon Fried
@ 2019-07-17 16:42     ` Tom Rini
  2019-07-17 17:24       ` Ramon Fried
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2019-07-17 16:42 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
> 
> 
> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
> >
> >> trusty is getting old, move to xenial (16.04)
> >> to get updated gcc and other tools.
> >> 
> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> >> ---
> >>  .travis.yml | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >> 
> >> diff --git a/.travis.yml b/.travis.yml
> >> index c21bbbbca4..1640fbb6dd 100644
> >> --- a/.travis.yml
> >> +++ b/.travis.yml
> >> @@ -4,7 +4,7 @@
> >>  # build U-Boot on Travis CI - https://travis-ci.org/
> >>  
> >>  sudo: required
> >> -dist: trusty
> >> +dist: xenial
> >>  
> >>  language: c
> >>  
> >
> >Oh good, they're finally not stuck on "Trusty".  But I still think we
> >need to move to GitLab CI runners instead, so we can have better
> >control
> >over (and provide resources for) running the builds instead.
> This can be an intermediate state until movement to gitlab CI is complete. 
> Thanks, Ramon 

What's the case where things aren't working, today, that xenial fixes?
And please note that the GitLab CI move is underway (I posted
translating .travis.yml to .gitlab-ci.yml a while ago, now that the
merge window is open I need to apply it, the current new travis stuff,
and update it again).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190717/7682330c/attachment.sig>

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-17 16:42     ` Tom Rini
@ 2019-07-17 17:24       ` Ramon Fried
  2019-08-12 16:41         ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Ramon Fried @ 2019-07-17 17:24 UTC (permalink / raw)
  To: u-boot



On July 17, 2019 7:42:30 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
>On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
>> 
>> 
>> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com>
>wrote:
>> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
>> >
>> >> trusty is getting old, move to xenial (16.04)
>> >> to get updated gcc and other tools.
>> >> 
>> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
>> >> ---
>> >>  .travis.yml | 2 +-
>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >> 
>> >> diff --git a/.travis.yml b/.travis.yml
>> >> index c21bbbbca4..1640fbb6dd 100644
>> >> --- a/.travis.yml
>> >> +++ b/.travis.yml
>> >> @@ -4,7 +4,7 @@
>> >>  # build U-Boot on Travis CI - https://travis-ci.org/
>> >>  
>> >>  sudo: required
>> >> -dist: trusty
>> >> +dist: xenial
>> >>  
>> >>  language: c
>> >>  
>> >
>> >Oh good, they're finally not stuck on "Trusty".  But I still think
>we
>> >need to move to GitLab CI runners instead, so we can have better
>> >control
>> >over (and provide resources for) running the builds instead.
>> This can be an intermediate state until movement to gitlab CI is
>complete. 
>> Thanks, Ramon 
>
>What's the case where things aren't working, today, that xenial fixes?
>And please note that the GitLab CI move is underway (I posted
>translating .travis.yml to .gitlab-ci.yml a while ago, now that the
>merge window is open I need to apply it, the current new travis stuff,
>and update it again).
host compilation with a more recent gcc compiler (5.4). instead of (4.8).
newer supporting packages. 

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-07-17 17:24       ` Ramon Fried
@ 2019-08-12 16:41         ` Tom Rini
  2019-08-12 16:53           ` Ramon Fried
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2019-08-12 16:41 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 17, 2019 at 08:24:18PM +0300, Ramon Fried wrote:
> 
> 
> On July 17, 2019 7:42:30 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
> >On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
> >> 
> >> 
> >> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com>
> >wrote:
> >> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
> >> >
> >> >> trusty is getting old, move to xenial (16.04)
> >> >> to get updated gcc and other tools.
> >> >> 
> >> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> >> >> ---
> >> >>  .travis.yml | 2 +-
> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >> >> 
> >> >> diff --git a/.travis.yml b/.travis.yml
> >> >> index c21bbbbca4..1640fbb6dd 100644
> >> >> --- a/.travis.yml
> >> >> +++ b/.travis.yml
> >> >> @@ -4,7 +4,7 @@
> >> >>  # build U-Boot on Travis CI - https://travis-ci.org/
> >> >>  
> >> >>  sudo: required
> >> >> -dist: trusty
> >> >> +dist: xenial
> >> >>  
> >> >>  language: c
> >> >>  
> >> >
> >> >Oh good, they're finally not stuck on "Trusty".  But I still think
> >we
> >> >need to move to GitLab CI runners instead, so we can have better
> >> >control
> >> >over (and provide resources for) running the builds instead.
> >> This can be an intermediate state until movement to gitlab CI is
> >complete. 
> >> Thanks, Ramon 
> >
> >What's the case where things aren't working, today, that xenial fixes?
> >And please note that the GitLab CI move is underway (I posted
> >translating .travis.yml to .gitlab-ci.yml a while ago, now that the
> >merge window is open I need to apply it, the current new travis stuff,
> >and update it again).
> host compilation with a more recent gcc compiler (5.4). instead of (4.8).
> newer supporting packages. 

One other concern I have here (so please v2) is that we aren't updating
the section to grab a "xenial" LLVM toolchain, just trusty still.
Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190812/76ec2322/attachment.sig>

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-08-12 16:41         ` Tom Rini
@ 2019-08-12 16:53           ` Ramon Fried
  2019-08-12 16:55             ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Ramon Fried @ 2019-08-12 16:53 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 12, 2019 at 7:41 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Wed, Jul 17, 2019 at 08:24:18PM +0300, Ramon Fried wrote:
> >
> >
> > On July 17, 2019 7:42:30 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
> > >On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
> > >>
> > >>
> > >> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com>
> > >wrote:
> > >> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
> > >> >
> > >> >> trusty is getting old, move to xenial (16.04)
> > >> >> to get updated gcc and other tools.
> > >> >>
> > >> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> > >> >> ---
> > >> >>  .travis.yml | 2 +-
> > >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> > >> >>
> > >> >> diff --git a/.travis.yml b/.travis.yml
> > >> >> index c21bbbbca4..1640fbb6dd 100644
> > >> >> --- a/.travis.yml
> > >> >> +++ b/.travis.yml
> > >> >> @@ -4,7 +4,7 @@
> > >> >>  # build U-Boot on Travis CI - https://travis-ci.org/
> > >> >>
> > >> >>  sudo: required
> > >> >> -dist: trusty
> > >> >> +dist: xenial
> > >> >>
> > >> >>  language: c
> > >> >>
> > >> >
> > >> >Oh good, they're finally not stuck on "Trusty".  But I still think
> > >we
> > >> >need to move to GitLab CI runners instead, so we can have better
> > >> >control
> > >> >over (and provide resources for) running the builds instead.
> > >> This can be an intermediate state until movement to gitlab CI is
> > >complete.
> > >> Thanks, Ramon
> > >
> > >What's the case where things aren't working, today, that xenial fixes?
> > >And please note that the GitLab CI move is underway (I posted
> > >translating .travis.yml to .gitlab-ci.yml a while ago, now that the
> > >merge window is open I need to apply it, the current new travis stuff,
> > >and update it again).
> > host compilation with a more recent gcc compiler (5.4). instead of (4.8).
> > newer supporting packages.
>
> One other concern I have here (so please v2) is that we aren't updating
> the section to grab a "xenial" LLVM toolchain, just trusty still.
> Thanks!

I thought we dropped this altogether because of the move to gitlab.
Aren't we ?
Thanks,
Ramon.
>
> --
> Tom

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-08-12 16:53           ` Ramon Fried
@ 2019-08-12 16:55             ` Tom Rini
  2019-08-12 17:44               ` Ramon Fried
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2019-08-12 16:55 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 12, 2019 at 07:53:07PM +0300, Ramon Fried wrote:
> On Mon, Aug 12, 2019 at 7:41 PM Tom Rini <trini@konsulko.com> wrote:
> >
> > On Wed, Jul 17, 2019 at 08:24:18PM +0300, Ramon Fried wrote:
> > >
> > >
> > > On July 17, 2019 7:42:30 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
> > > >On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
> > > >>
> > > >>
> > > >> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com>
> > > >wrote:
> > > >> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
> > > >> >
> > > >> >> trusty is getting old, move to xenial (16.04)
> > > >> >> to get updated gcc and other tools.
> > > >> >>
> > > >> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> > > >> >> ---
> > > >> >>  .travis.yml | 2 +-
> > > >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >> >>
> > > >> >> diff --git a/.travis.yml b/.travis.yml
> > > >> >> index c21bbbbca4..1640fbb6dd 100644
> > > >> >> --- a/.travis.yml
> > > >> >> +++ b/.travis.yml
> > > >> >> @@ -4,7 +4,7 @@
> > > >> >>  # build U-Boot on Travis CI - https://travis-ci.org/
> > > >> >>
> > > >> >>  sudo: required
> > > >> >> -dist: trusty
> > > >> >> +dist: xenial
> > > >> >>
> > > >> >>  language: c
> > > >> >>
> > > >> >
> > > >> >Oh good, they're finally not stuck on "Trusty".  But I still think
> > > >we
> > > >> >need to move to GitLab CI runners instead, so we can have better
> > > >> >control
> > > >> >over (and provide resources for) running the builds instead.
> > > >> This can be an intermediate state until movement to gitlab CI is
> > > >complete.
> > > >> Thanks, Ramon
> > > >
> > > >What's the case where things aren't working, today, that xenial fixes?
> > > >And please note that the GitLab CI move is underway (I posted
> > > >translating .travis.yml to .gitlab-ci.yml a while ago, now that the
> > > >merge window is open I need to apply it, the current new travis stuff,
> > > >and update it again).
> > > host compilation with a more recent gcc compiler (5.4). instead of (4.8).
> > > newer supporting packages.
> >
> > One other concern I have here (so please v2) is that we aren't updating
> > the section to grab a "xenial" LLVM toolchain, just trusty still.
> > Thanks!
> 
> I thought we dropped this altogether because of the move to gitlab.
> Aren't we ?

While I personally would like to drop Travis, we do not have a good
alternative for non-custodians to use as the free build resources from
gitlab.com have the same "break the job up into tons of chunks" problem
and not everyone has access to a faster-than-travis machine.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190812/6caa37de/attachment.sig>

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

* [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
  2019-08-12 16:55             ` Tom Rini
@ 2019-08-12 17:44               ` Ramon Fried
  0 siblings, 0 replies; 12+ messages in thread
From: Ramon Fried @ 2019-08-12 17:44 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 12, 2019 at 7:55 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Mon, Aug 12, 2019 at 07:53:07PM +0300, Ramon Fried wrote:
> > On Mon, Aug 12, 2019 at 7:41 PM Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Wed, Jul 17, 2019 at 08:24:18PM +0300, Ramon Fried wrote:
> > > >
> > > >
> > > > On July 17, 2019 7:42:30 PM GMT+03:00, Tom Rini <trini@konsulko.com> wrote:
> > > > >On Wed, Jul 17, 2019 at 07:37:23PM +0300, Ramon Fried wrote:
> > > > >>
> > > > >>
> > > > >> On July 17, 2019 4:29:04 PM GMT+03:00, Tom Rini <trini@konsulko.com>
> > > > >wrote:
> > > > >> >On Mon, Jul 15, 2019 at 03:26:27AM +0300, Ramon Fried wrote:
> > > > >> >
> > > > >> >> trusty is getting old, move to xenial (16.04)
> > > > >> >> to get updated gcc and other tools.
> > > > >> >>
> > > > >> >> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
> > > > >> >> ---
> > > > >> >>  .travis.yml | 2 +-
> > > > >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >> >>
> > > > >> >> diff --git a/.travis.yml b/.travis.yml
> > > > >> >> index c21bbbbca4..1640fbb6dd 100644
> > > > >> >> --- a/.travis.yml
> > > > >> >> +++ b/.travis.yml
> > > > >> >> @@ -4,7 +4,7 @@
> > > > >> >>  # build U-Boot on Travis CI - https://travis-ci.org/
> > > > >> >>
> > > > >> >>  sudo: required
> > > > >> >> -dist: trusty
> > > > >> >> +dist: xenial
> > > > >> >>
> > > > >> >>  language: c
> > > > >> >>
> > > > >> >
> > > > >> >Oh good, they're finally not stuck on "Trusty".  But I still think
> > > > >we
> > > > >> >need to move to GitLab CI runners instead, so we can have better
> > > > >> >control
> > > > >> >over (and provide resources for) running the builds instead.
> > > > >> This can be an intermediate state until movement to gitlab CI is
> > > > >complete.
> > > > >> Thanks, Ramon
> > > > >
> > > > >What's the case where things aren't working, today, that xenial fixes?
> > > > >And please note that the GitLab CI move is underway (I posted
> > > > >translating .travis.yml to .gitlab-ci.yml a while ago, now that the
> > > > >merge window is open I need to apply it, the current new travis stuff,
> > > > >and update it again).
> > > > host compilation with a more recent gcc compiler (5.4). instead of (4.8).
> > > > newer supporting packages.
> > >
> > > One other concern I have here (so please v2) is that we aren't updating
> > > the section to grab a "xenial" LLVM toolchain, just trusty still.
> > > Thanks!
> >
> > I thought we dropped this altogether because of the move to gitlab.
> > Aren't we ?
>
> While I personally would like to drop Travis, we do not have a good
> alternative for non-custodians to use as the free build resources from
> gitlab.com have the same "break the job up into tons of chunks" problem
> and not everyone has access to a faster-than-travis machine.
Sending V2 shortly.
>
> --
> Tom

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

end of thread, other threads:[~2019-08-12 17:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15  0:26 [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial Ramon Fried
2019-07-15  1:48 ` Bin Meng
2019-07-15  4:44   ` Ramon Fried
2019-07-15  7:05   ` Ramon Fried
2019-07-17 13:29 ` Tom Rini
2019-07-17 16:37   ` Ramon Fried
2019-07-17 16:42     ` Tom Rini
2019-07-17 17:24       ` Ramon Fried
2019-08-12 16:41         ` Tom Rini
2019-08-12 16:53           ` Ramon Fried
2019-08-12 16:55             ` Tom Rini
2019-08-12 17:44               ` Ramon Fried

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