Re: [dev-servo] How to disable Rust download and force use of pre-installed Rust?

2016-05-12 Thread Michael Howell
Rust 1.8 isn't going to work. Servo uses unstable features of Rust, which means it needs a Rust nightly. Sorry about that. On Wed, May 11, 2016, 07:02 wrote: > Hi! > > I am working on building Servo on Power8 LE machine. The Servo build > script checks and downloads Rust compiler and uses it fo

Re: [dev-servo] How to disable Rust download and force use of pre-installed Rust?

2016-05-12 Thread sowani
Thanks all for the response! Since I had a pre-compiled version of Rust, I found an easier way to use it. I copied my Rust directory under servo/.servo/rust/2016-05-07 and make a soft link with name "rustc-nightly-unknown-unknown-linux-gnu" pointing to my Rust directory. After this almost immed