Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Ben Noordhuis
On Fri, Mar 28, 2014 at 2:25 AM, Brian Anderson bander...@mozilla.com wrote: Hi. I have very exciting news. Rust now has binary installers for Linux and Mac, as well as nightly builds for Windows, Linux and Mac. Official Rust installers now come in the following forms: * source .tar.gz -

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Chris Morgan
Any chance of getting arm-linux-unknown-gnueabihf builds? ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Brian Anderson
On 03/28/2014 05:13 AM, Ben Noordhuis wrote: On Fri, Mar 28, 2014 at 2:25 AM, Brian Anderson bander...@mozilla.com wrote: Hi. I have very exciting news. Rust now has binary installers for Linux and Mac, as well as nightly builds for Windows, Linux and Mac. Official Rust installers now come in

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Brian Anderson
Not in the near term I think, at least as long as it's I that has to do the automation - there are many other automation changes already in the pipeline just for linux/mac/win. I am at this point amenable to opening up our infrastructure to one or two trusted and motivated individuals, since

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Ian Daniher
Any chance of getting arm-linux-unknown-gnueabihf builds? I came here to ask this same thing - I'm doing work with rust on cheap elinux arm boards. Understand the not mucking with established infrastructure in the midst of everything else - I'm willing to put up hardware with help, but right

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Brian Anderson
I don't actually know what the issue is with Rust on arm-linux-unknown-gnueabihf. Is cross-compiling to this architecture with Rust difficult? Why do we need binaries? One thing we could possibly do without much difficulty is let external build slaves connect to our build master. That plus a

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Chip Collier
I have a beaglebone I could donate. Arch has some cross compilation information for the platform. Haven't had a moment to sit down and try it but I'm very interested in using rust on these devices. On Mar 28, 2014 6:03 PM, Ian Daniher explodingm...@gmail.com wrote: Any chance of getting

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Brian Anderson
I can imagine that if you want to actually run *rustc* on these then our build system is insufficient to produce an arm-linux-unknown-gnueabihf rustc compiler from another host. *That* is a problem that needs to be solved for a variety of reasons, but also pretty hard. On 03/28/2014 06:08 PM,

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread Matthew McPherrin
On Thu, Mar 27, 2014 at 6:25 PM, Brian Anderson bander...@mozilla.com wrote: I have very exciting news. Rust now has binary installers for Linux and Mac, as well as nightly builds for Windows, Linux and Mac. I am unclear what Windows is missing that it's in your nightly builds list but not your

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread Brian Anderson
That's right. I didn't mention it because nothing has changed (yet) in the windows installers. Sorry for the confusion. On 03/27/2014 06:59 PM, Matthew McPherrin wrote: On Thu, Mar 27, 2014 at 6:25 PM, Brian Anderson bander...@mozilla.com wrote: I have very exciting news. Rust now has binary

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread György Andrasek
curl -s http://www.rust-lang.org/rustup.sh | sudo sh Can we please not recommend people pipe random text from across the internet into a fricking *root shell*? ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread Clark Gaebel
Oh hush at least it's https. ...oh wait. :( On Fri, Mar 28, 2014 at 12:05 AM, György Andrasek jur...@gmail.com wrote: curl -s http://www.rust-lang.org/rustup.sh | sudo sh Can we please not recommend people pipe random text from across the internet into a fricking *root shell*?

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread Brian Anderson
On 03/27/2014 09:05 PM, György Andrasek wrote: curl -s http://www.rust-lang.org/rustup.sh | sudo sh Can we please not recommend people pipe random text from across the internet into a fricking *root shell*? Yes. In fact my original email said exactly that.

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread Daniel Micay
On 28/03/14 12:05 AM, György Andrasek wrote: curl -s http://www.rust-lang.org/rustup.sh | sudo sh Can we please not recommend people pipe random text from across the internet into a fricking *root shell*? The snapshot binaries aren't signed, and they're downloaded via http. Only the releases

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-27 Thread comex
On Fri, Mar 28, 2014 at 12:05 AM, György Andrasek jur...@gmail.com wrote: curl -s http://www.rust-lang.org/rustup.sh | sudo sh Can we please not recommend people pipe random text from across the internet into a fricking *root shell*? But it's okay for Windows/Mac users to download random