You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments