Hi!
I am working on building Servo on Power8 LE machine. The Servo build script
checks and downloads Rust compiler and uses it for building Servo.
I have a couple of difficulties here.
First, the link which is used to by the build script to download Rust compiler
is not working. I verified thi
> Second, I was looking for a way to completely bypass Rust download at build
> time. I do have Rust 1.8.0 version which works on Power8/LE and I want to use
> the pre-installed Rust version instead of downloaded one.
You can control this behavior by customizing the servobuild file. See
https://
Hello,
On 11 May 2016 at 16:21, Jack Moffitt wrote:
> Note that you will not be able to build with 1.8.0 since we depend on
> many features available only in nightly. You can see which nightly we
> download by looking at the date in
> https://github.com/servo/servo/blob/master/rust-nightly-date
On 11/05/16 21:29, Michal Suchanek wrote:
Hello,
On 11 May 2016 at 16:21, Jack Moffitt wrote:
Note that you will not be able to build with 1.8.0 since we depend on
many features available only in nightly. You can see which nightly we
download by looking at the date in
https://github.com/servo
4 matches
Mail list logo