Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bazel] updated to allow pinning of bazel version (#1283)
* updated to allow pinning of bazel version * now using environment variables more * using gpg --import instead of gpg --dearmor * must set default bazel using update-alternatives or bazel is not in PATH, only bazel-7.4.0 * Although this could possibly be solved by replacing all calls to bazel in our code with bazel-7.4.0 this does not hold true for others' code which does not know to change the abi * always run your tests
- Loading branch information