Closed nak3 closed 6 years ago
As a s2i rust user, we would like to setup proxy for cargo easily.
So, this patch introduces PROXY environment variable and adds proxy setting*1 to $HOME/.cargo/config during assembly. This makes it possible to build behind proxy.
PROXY
$HOME/.cargo/config
*1 http://doc.crates.io/config.html#configuration-keys
cc @kargakis
As a s2i rust user, we would like to setup proxy for cargo easily.
So, this patch introduces
PROXY
environment variable and adds proxy setting*1 to$HOME/.cargo/config
during assembly. This makes it possible to build behind proxy.*1 http://doc.crates.io/config.html#configuration-keys