We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recent enough Bazel works mostly ok when HTTPS_PROXY env var is set to point to socks5 proxy. However, it breaks on some operations.
Core
There's an ssh socks session listening on port 5000, confirmed working
export HTTPS_PROXY=socks5://localhost:5000
Attempting to build a random project
bazel build ....
Starting local Bazel server and connecting to it... ERROR: Error computing the main repository mapping: Error accessing registry https://bcr.bazel.build/: Failed to fetch registry file https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel: Proxy address socks5://localhost:5000 is not a valid URL Computing main repo mapping:
Linux
bazel info release
release 7.2.1
development version
(@non-git)
No response
git remote get-url origin; git rev-parse HEAD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug:
Recent enough Bazel works mostly ok when HTTPS_PROXY env var is set to point to socks5 proxy. However, it breaks on some operations.
Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
export HTTPS_PROXY=socks5://localhost:5000
bazel build ....
Which operating system are you running Bazel on?
Linux
What is the output of
bazel info release
?release 7.2.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: