@alvaro
sign in · lmno.lol

Building bazel on macOS

Bootstrap

brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel

Build

git clone https://github.com/bazelbuild/bazel.git
cd bazel
bazel build //src:bazel

Get your bazel binary

Self-contained binary in bazel-bin/src/bazel

Known revisions