Skip to content

Commit b2fccf4

Browse files
authored
Take proxy environment variables into account
1 parent e1fd795 commit b2fccf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openblas-build/src/download.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ fn get_agent() -> ureq::Agent {
3030
.tls_connector(std::sync::Arc::new(
3131
native_tls::TlsConnector::new().expect("failed to create TLS connector"),
3232
))
33+
.try_proxy_from_env(true)
3334
.build()
3435
}

0 commit comments

Comments
 (0)