bazelisk version
fails to use HTTP proxy settings on linux
#617
Labels
help wanted
Needs help from external contributors
P3
We're not considering working on this, but happy to review a PR. (No assignee)
I'm currently working from a server that requires using an HTTP proxy to access resources on the public internet. This means that to use bazelisk successfully, I need to make sure all traffic goes through that proxy. However, when running a basic bazelisk command, I get the following error:
This suggests that the HTTP proxy is not being respected in the google storage APIs, as I'm able to CURL that URL just fine:
But unsetting the
http_proxy
andhttps_proxy
environment variables fails the same way. If on the other hand I specify the bazel version (or add a .bazelversion file), it downloads the bazel version without issue and runs:The text was updated successfully, but these errors were encountered: