You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/05/26 16:17:23 UTC

[incubator-heron] branch master updated: Update osx documentation (3453) (#3530)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 89a1e50  Update osx documentation (3453) (#3530)
89a1e50 is described below

commit 89a1e50010ecad27c84abdf3221bf054e53844b0
Author: Alper Tekinalp <al...@gmail.com>
AuthorDate: Tue May 26 19:17:11 2020 +0300

    Update osx documentation (3453) (#3530)
    
    As specified here: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625435818, heron now requires bazel version 3.0.0
---
 website2/docs/compiling-osx.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/docs/compiling-osx.md b/website2/docs/compiling-osx.md
index 695a88a..57d88af 100644
--- a/website2/docs/compiling-osx.md
+++ b/website2/docs/compiling-osx.md
@@ -34,7 +34,7 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst
 
 ### Step 2 -- Install Bazel
 ```bash
-wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.26.0/bazel-0.26.0-installer-darwin-x86_64.sh
+wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-installer-darwin-x86_64.sh
 chmod +x /tmp/bazel.sh
 /tmp/bazel.sh --user
 ```