bazelbuild / bazelbuild/examples
.bazelversion for Rust examples is too accurate
Open
- Dominant language
- Starlark
- Stars
- 957
- Forks
- 578
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 1
Description
I am on Debian 12 with Bazel 8.3.1 installed according to these [instructions](https://ipv6.rs/tutorial/Debian_Latest/Bazel/).
Currently rust-examples/.bazelversion contains "8.1.1". I checked the examples - it builds with 8.3.1.
It would be good to allow builds for versions >= 8.1.1, not exactly 8.1.1. I tried '>=8.1.1' but the wrapper script installed on Debian seems to not support the syntax with modifiers.
Is there a way to specify the version constrain more flexibly? Maybe README.md should tell about USE_BAZEL_VERSION env var for new users to move along when they can not install exactly 8.1.1?
Contributor guide
Assessment
This issue has not been assessed yet.