Skip to content
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

native.bazel_version does not exist in the Homebrew distribution #4566

Closed
jin opened this issue Feb 1, 2018 · 3 comments
Closed

native.bazel_version does not exist in the Homebrew distribution #4566

jin opened this issue Feb 1, 2018 · 3 comments

Comments

@jin
Copy link
Member

jin commented Feb 1, 2018

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

@neogia
Copy link

neogia commented Feb 3, 2018

I'm having the exact same issue. Is there a workaround in the meantime?

@jin
Copy link
Member Author

jin commented Feb 4, 2018

@neogia The easiest workaround for now will be to install Bazel from https://github.com/bazelbuild/bazel/releases/tag/0.10.0

@jin
Copy link
Member Author

jin commented Feb 4, 2018

I've made a mistake debugging this - the version checking is working as intended. @neogia do you mind describing what your project set up is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants