Is this working as intended? Homebrew compiles using compile.sh and sets its own version name, but somehow the bazel_version attribute is not set in the native module.
Location where the version name is generated in Homebrew: https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb#L18
This is causing issues for version checks like in bazelbuild/bazel-skylib#17