Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-21 Thread Nicholas Nethercote
On Sun, Aug 21, 2016 at 2:30 AM, Philip Chee wrote: > >> We'll offer a standalone file that can be executed to install the >> development environment. > > Isn't MozillaBuild "a standalone file that can be executed to install > the development environment." MozillaBuild unzips into lots of files a

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-20 Thread Philip Chee
On 11/08/2016 06:29, Gregory Szorc wrote: > We'll offer a standalone file that can be executed to install the > development environment. Isn't MozillaBuild "a standalone file that can be executed to install the development environment." Phil (totally unclear of the difference) -- Philip Chee ,

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-20 Thread Philip Chee
On 11/08/2016 02:13, Gregory Szorc wrote: > On Wed, Aug 10, 2016 at 10:54 AM, Stefan Sitter > wrote: > >> On 10.08.2016 17:28, Gregory Szorc wrote: >> >>> I'll be marking that bug wontfix as soon as I get in front of a >>> computer with my BMO credentials. We plan to have no more releases of >>>

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Gregory Szorc
On Wed, Aug 10, 2016 at 11:56 AM, Jared Wein wrote: > On Wed, Aug 10, 2016 at 2:13 PM, Gregory Szorc wrote: > >> On Wed, Aug 10, 2016 at 10:54 AM, Stefan Sitter >> wrote: >> >> > On 10.08.2016 17:28, Gregory Szorc wrote: >> > >> >> I'll be marking that bug wontfix as soon as I get in front of a

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Jared Wein
On Wed, Aug 10, 2016 at 2:13 PM, Gregory Szorc wrote: > On Wed, Aug 10, 2016 at 10:54 AM, Stefan Sitter > wrote: > > > On 10.08.2016 17:28, Gregory Szorc wrote: > > > >> I'll be marking that bug wontfix as soon as I get in front of a > >> computer with my BMO credentials. We plan to have no more

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Gregory Szorc
On Wed, Aug 10, 2016 at 10:54 AM, Stefan Sitter wrote: > On 10.08.2016 17:28, Gregory Szorc wrote: > >> I'll be marking that bug wontfix as soon as I get in front of a >> computer with my BMO credentials. We plan to have no more releases of >> MozillaBuild. >> > > What will be the new way to get

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Gregory Szorc
On Wed, Aug 10, 2016 at 10:46 AM, Ted Mielczarek wrote: > On Wed, Aug 10, 2016, at 11:28 AM, Gregory Szorc wrote: > > I'll be marking that bug wontfix as soon as I get in front of a computer > > with my BMO credentials. We plan to have no more releases of > > MozillaBuild. > > > > There is suppor

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Stefan Sitter
On 10.08.2016 17:28, Gregory Szorc wrote: I'll be marking that bug wontfix as soon as I get in front of a computer with my BMO credentials. We plan to have no more releases of MozillaBuild. What will be the new way to get all build dependencies and tools for Windows platform when MozillaBuild

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Ted Mielczarek
On Wed, Aug 10, 2016, at 11:28 AM, Gregory Szorc wrote: > I'll be marking that bug wontfix as soon as I get in front of a computer > with my BMO credentials. We plan to have no more releases of > MozillaBuild. > > There is support for installing Rust via rustup in 'mach bootstrap'. That > requires

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Gregory Szorc
I'll be marking that bug wontfix as soon as I get in front of a computer with my BMO credentials. We plan to have no more releases of MozillaBuild. There is support for installing Rust via rustup in 'mach bootstrap'. That requires an msys2 environment, which we should be rolling out soon. In the

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Nathan Froyd
It does not...though judging from: https://hg.mozilla.org/mozilla-build/file it looks like we don't include Rust in MozillaBuild currently regardless, as Rust is an optional build dependency at this point. (I could be mistaken about Rust's inclusion, but clicking through files revealed no obviou

Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Dave Townsend
Does MozillaBuild include the appropriate version of rust? On Wed, Aug 10, 2016 at 6:18 AM, Nathan Froyd wrote: > TL; DR: As the subject says, although the patch is not yet on > mozilla-central. You may want to pre-emptively update your Rust > before the build system requires you to. > > We've

Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Nathan Froyd
TL; DR: As the subject says, although the patch is not yet on mozilla-central. You may want to pre-emptively update your Rust before the build system requires you to. We've not been particularly aggressive with requiring new Rust versions, but with the release of 1.10, we wanted to start compilin