Skip to content

Commit

Permalink
Explain bazel is an alias to bazelisk, and recommend that for linux (#…
Browse files Browse the repository at this point in the history
…4603)

Co-authored-by: Jon Ross-Perkins <[email protected]>
  • Loading branch information
danakj and jonmeow authored Dec 3, 2024
1 parent 96b5b34 commit dc5edb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/project/contribution_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ pre-commit install
Although the `run_bazelisk` script can make it easy to get started, if you're
frequently building Carbon, it can be a bit much to type. Consider either
aliasing `bazel` to the `run_bazelisk.py` script, or
[downloading a bazelisk release](https://github.com/bazelbuild/bazelisk) and
adding it to your `$PATH`.
[downloading a bazelisk release](https://github.com/bazelbuild/bazelisk), adding
it to your `$PATH`, and aliasing `bazel` to it.

#### Old `clang` versions

Expand Down Expand Up @@ -131,7 +131,7 @@ gh repo fork --clone carbon-language/carbon-lang
cd carbon-lang
pre-commit install

# Run tests.
# Run tests. Note homebrew makes `bazel` an alias to `bazelisk`.
bazel test //...:all
```

Expand Down

0 comments on commit dc5edb8

Please sign in to comment.