/homebrew-tap

This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel

Apache License 2.0Apache-2.0

Bazel Homebrew Tap

This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel

Installing Bazel

$ brew install bazel

To install older versions

brew tap bazelbuild/tap
brew extract bazel bazelbuild/tap --version X.Y.Z
brew install bazel@X.Y.Z

Upgrading Bazel

$ brew upgrade bazel

Installing Bazelisk

$ brew install bazelisk

Upgrading Bazelisk

$ brew upgrade bazelisk

Installing buildozer

$ brew install buildozer

Upgrading buildozer

$ brew upgrade buildozer