-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fails to detect my current Bazel version #7
Comments
ok, I need to add more logging - the curse of people actually using the software... 🙂 Couple of points that come to my mind:
|
We have just a
We have both, here is the contents:
|
Ah, so that's probably where the issue is. Could you temporarily delete the The issue is this code snippet. As you can see, if we find a Let me know if want to get your hands dirty in Rust and prepare a pull request by yourself 🙂 Besides the code change, this would also involve a bit of research into the logic used by bazelisk. E.g., what should happen if there are versions defined in both the |
Yep deleting the |
Bazelisk will prefer the `.bazeliskrc` Bazel version if the version is defined there, otherwise it will use the one in `.bazelversion`. Fixes #7
Any way to get more info about what's failing here? Love this tool btw!
The text was updated successfully, but these errors were encountered: