Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take proxy environment variables into account #120

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

xoolive
Copy link
Contributor

@xoolive xoolive commented Aug 6, 2024

Building fails when behind a proxy because the tarball cannot be downloaded. This easy fix lets ureq look at the http_proxy environment variable.

@IvanUkhov IvanUkhov requested a review from termoshtt August 6, 2024 15:15
@Dirreke
Copy link
Contributor

Dirreke commented Nov 26, 2024

Great! Could you also add an instruction to the README.md file?

@xoolive
Copy link
Contributor Author

xoolive commented Nov 26, 2024

I'm not sure what to say in the readme: "things work as expected if you set your http_proxy as expected" ?

@Dirreke
Copy link
Contributor

Dirreke commented Nov 26, 2024

Let's add a new Chapter named Proxy before Contribution and said that the openblas-src will try to detect proxy settings from the environment, i.e. HTTP_PROXY, when downloading the source of OpenBLAS.

@xoolive
Copy link
Contributor Author

xoolive commented Nov 26, 2024

How about that?

@Dirreke Dirreke merged commit 9850858 into blas-lapack-rs:master Nov 26, 2024
18 of 20 checks passed
@Dirreke Dirreke mentioned this pull request Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants