You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/11/19 07:20:56 UTC

[GitHub] sreev commented on issue #3113: accommodate bazel changes

sreev commented on issue #3113: accommodate bazel changes
URL: https://github.com/apache/incubator-heron/issues/3113#issuecomment-439794446
 
 
   ```
   $ brew uninstall --force bazel
   Uninstalling bazel... (48 files, 402.5MB)
   
   $ brew tap bazelbuild/tap
   Updating Homebrew...
   ==> Auto-updated Homebrew!
   Updated 2 taps (homebrew/core and homebrew/cask).
   ==> Tapping bazelbuild/tap
   Cloning into '/usr/local/Homebrew/Library/Taps/bazelbuild/homebrew-tap'...
   remote: Enumerating objects: 9, done.
   remote: Counting objects: 100% (9/9), done.
   remote: Compressing objects: 100% (9/9), done.
   remote: Total 9 (delta 0), reused 4 (delta 0), pack-reused 0
   Unpacking objects: 100% (9/9), done.
   Tapped 2 formulae (38 files, 47.0KB).
   
   $ brew tap-pin bazelbuild/tap
   ==> Pinned bazelbuild/tap
   
   $ brew install bazel
   To restore the stashed changes to /usr/local/Homebrew run:
     'cd /usr/local/Homebrew && git stash pop'
   ==> Downloading https://homebrew.bintray.com/bottles/bazel-0.18.1.mojave.bottle.tar.gz
   ######################################################################## 100.0%
   ==> Pouring bazel-0.18.1.mojave.bottle.tar.gz
   ==> Caveats
   Bash completion has been installed to:
     /usr/local/etc/bash_completion.d
   
   zsh completions have been installed to:
     /usr/local/share/zsh/site-functions
   ==> Summary
   🍺  /usr/local/Cellar/bazel/0.18.1: 12 files, 117.4MB
   
   $ bazel version
   WARNING: Processed legacy workspace file incubator-heron/tools/bazel.rc. This file will not be processed in the next release of Bazel. Please read https://github.com/bazelbuild/bazel/issues/6319 for further information, including how to upgrade.
   Extracting Bazel installation...
   Starting local Bazel server and connecting to it...
   Build label: 0.18.1-homebrew
   Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
   Build time: Fri Nov 2 11:16:42 2018 (1541157402)
   Build timestamp: 1541157402
   Build timestamp as int: 1541157402
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services