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

Ensure bazel server starts on IPv4 only #1575

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

pkwarren
Copy link
Member

@pkwarren pkwarren commented Nov 8, 2024

When building on macOS with the docker-container driver, there are errors connecting between the server and client used internally by bazel. It appears that the server binds to [::1]:0 and the client for some reason can't connect.

Update to specify that the server should prefer IPv4 over IPv6 addresses, which appears to resolve the issue.

When building on macOS with the docker-container driver, there are
errors connecting between the server and client used internally by
bazel. It appears that the server binds to '[::1]:0' and the client for
some reason can't connect.

Update to specify that the server should prefer IPv4 over IPv6
addresses, which appears to resolve the issue.
@pkwarren pkwarren merged commit bd77e22 into main Nov 8, 2024
6 checks passed
@pkwarren pkwarren deleted the pkw/grpc-bazel-ipv4-build branch November 8, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants