emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Pass non-interactive flag (-y) to disable tty #3

Closed svend closed 8 years ago

svend commented 8 years ago

rustup-init.sh has a -y flag that disables the prompt.

Flag is in rustup-init.sh:

https://github.com/rust-lang-nursery/rustup.rs/blob/72b9821072abb95cc733d22ca1773ef49b8c9b85/rustup-init.sh#L51-L62

emk commented 8 years ago

Looks good to me. Thank you for finding a better solution!