On Monday, April 29, 2024 1:17:36 PM GMT+2 Thomas Klausner wrote:
> Hi!
>
> Since this keeps popping up, I thought how we could disable downloads
> during configure/build/test, and came up with the attached patch.
>
> Basically, it's setting the proxy environment variables to an invalid
> value, so everything that honors them will break with a hopefully easy
> to understand error.
Two comments.
1) Isn't it enough to add it to ALL_ENV? The rest should inherit from that.
2) Shouldn't we also override no_proxy?
Joerg