joshfischer1108 commented on issue #3600:
URL: 
https://github.com/apache/incubator-heron/issues/3600#issuecomment-730457684


   One the the harder to  manage parts of Bazel is that it often has breaking 
changes between versions.  Nick recently updated the codebase to be built with 
Bazel 3.7.0
   
   If you are ever unsure of what version is required you can check the 
`.bazelversion` file 
[here](https://github.com/apache/incubator-heron/blob/master/.bazelversion).  
The placement of this file in the repository should also give you a warning if 
you use a different version of Bazel in the project directory.
   
   It would look something like this depending on your machine.
   ```
   ERROR: The project you're trying to build requires Bazel 3.7.0 (specified in 
/path/to/incubator-heron/.bazelversion), but it wasn't found in 
/$HOME/.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 "/$HOME/.bazel/bin" && curl -LO 
https://releases.bazel.build/3.7.0/release/bazel-3.7.0-darwin-x86_64 && chmod 
+x bazel-3.7.0-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]


Reply via email to