joshfischer1108 opened a new pull request #3605:
URL: https://github.com/apache/incubator-heron/pull/3605
We often have issues with users trying to build Heron with an incompatible
version of Bazel. This file will hopefully help with instructing users how to
get the correct version of Bazel to build Heron with. For example: If you run
Bazel in the root folder with a version other than 3.4.1 it will throw an error
like below:
```
bazel --version
ERROR: The project you're trying to build requires Bazel 3.4.1 (specified in
/Users/{user}/Source/apache/incubator-heron/.bazelversion), but it wasn't found
in /Users/{user}/.bazel/bin.
Bazel binaries for all official releases can be downloaded from here:
https://github.com/bazelbuild/bazel/releases
You can download the required version directly using this command:
(cd "/Users/joshfischer/.bazel/bin" && curl -LO
https://releases.bazel.build/3.4.1/release/bazel-3.4.1-darwin-x86_64 && chmod
+x bazel-3.4.1-darwin-x86_64)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]