Re: [dev-servo] RFC: Require rustup.rs to build Servo with mach

2017-11-14 Thread Manish Goregaokar
We can explicitly call `cargo +stable build` for geckolib, and have a min version check in mach. We'll only get the rust-toolchain file pinning for one of the two and will have to build some mach stuff for the other, but it will be considerably simpler than what we have right now. I think we shou

Re: [dev-servo] RFC: Require rustup.rs to build Servo with mach

2017-11-14 Thread Jack Moffitt
I'm all for it, though I seem to recall there was some issue about needing two versions of Rust? How will we support the two different pinned versions (one for ./mach build and one for ./mach build-geckolib)? jack. On Tue, Nov 14, 2017 at 3:41 AM, Simon Sapin wrote: > In https://github.com/servo