Thread overview
Travis is running again
Jun 11, 2016
Johan Engelen
Jun 11, 2016
Johan Engelen
Jun 11, 2016
David Nadlinger
Jun 11, 2016
Johan Engelen
Jun 15, 2016
kinke
Jun 16, 2016
Johan Engelen
June 11, 2016
Hi all,
 I just got Travis back up again: it is now using Ubuntu 14, and downloads LLVM binaries from llvm.org (not cached yet, probably only a small change needed but I'm done with hacking on this for now).

 I changed CircleCI to get LLVM 3.9 from the temporary LLVM APT repo set up here: http://llvm-apt.ecranbleu.org/apt/

Summary:
 Travis is testing LLVM 3.5 - 3.8
 CircleCI is testing LLVM 3.9

cheers,
  Johan

June 11, 2016
On Saturday, 11 June 2016 at 17:56:48 UTC, Johan Engelen wrote:
> (not cached yet, probably only a small change needed but I'm done with hacking on this for now).

Yet... I found something and so still working on it...
June 11, 2016
Hi Johan,

Thanks a lot for taking the time to address this!

Cheers,
David



On 11 Jun 2016, at 18:56, Johan Engelen via digitalmars-d-ldc wrote:
>  I just got Travis back up again: it is now using Ubuntu 14, and downloads LLVM binaries from llvm.org (not cached yet, probably only a small change needed but I'm done with hacking on this for now).
>
>  I changed CircleCI to get LLVM 3.9 from the temporary LLVM APT repo set up here: http://llvm-apt.ecranbleu.org/apt/
>
> Summary:
>  Travis is testing LLVM 3.5 - 3.8
>  CircleCI is testing LLVM 3.9
>
> cheers,
>   Johan
June 11, 2016
On Saturday, 11 June 2016 at 17:56:48 UTC, Johan Engelen wrote:
> Hi all,
>  I just got Travis back up again: it is now using Ubuntu 14,

I think with the switch to the beta Ubuntu 14 environment, our buildtime for the multilib build is too long...
https://travis-ci.org/ldc-developers/ldc/builds/136960513

Ideas?
June 15, 2016
On Saturday, 11 June 2016 at 22:22:49 UTC, Johan Engelen wrote:
> I think with the switch to the beta Ubuntu 14 environment, our buildtime for the multilib build is too long...

Do we *need* Ubuntu 14 or could we just stick with the previous environment?
June 16, 2016
On Wednesday, 15 June 2016 at 23:28:08 UTC, kinke wrote:
> On Saturday, 11 June 2016 at 22:22:49 UTC, Johan Engelen wrote:
>> I think with the switch to the beta Ubuntu 14 environment, our buildtime for the multilib build is too long...
>
> Do we *need* Ubuntu 14 or could we just stick with the previous environment?

The only reason for Ubuntu 14 is that that's the only Travis platform I found binaries for.