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

Use a concrete bazel version. #387

Merged

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Feb 28, 2025

Bazel does not support semantic versioning properly, so 6.x only really works with bazelisk, which downloads binaries from the Internet.

Instead, use a concrete version to make sure bazel can correctly deal with it (also bazelisk if someone wants to use that).

Bazel does not support semantic versioning properly, so 6.x only really
works with bazelisk, which downloads binaries from the Internet.

Instead, use a concrete version to make sure bazel can correctly
deal with it (also bazelisk if someone wants to use that).
@hzeller hzeller requested a review from mikesinouye February 28, 2025 03:41
@mikesinouye mikesinouye merged commit 02ac9da into hdl:main Feb 28, 2025
4 checks passed
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.

2 participants