www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - Travis is running again

reply Johan Engelen <j j.nl> writes:
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
Jun 11 2016
next sibling parent Johan Engelen <j j.nl> writes:
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...
Jun 11 2016
prev sibling next sibling parent David Nadlinger via digitalmars-d-ldc <digitalmars-d-ldc puremagic.com> writes:
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
Jun 11 2016
prev sibling parent reply Johan Engelen <j j.nl> writes:
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?
Jun 11 2016
parent reply kinke <noone nowhere.com> writes:
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?
Jun 15 2016
parent Johan Engelen <j j.nl> writes:
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.
Jun 16 2016