| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains tooling scripts and configurations for the submitqueue repository.
The tool/bazel script is a Python-based Bazelisk implementation that:
# Use the wrapper directly
./tool/bazel build //...
# Or add tool/ to your PATH (via .envrc with direnv)
bazel build //...The Bazel version is controlled by .bazelversion at the repository root. Update that file to change the Bazel version used by the wrapper.
When adding new tools to this directory:
This directory is added to PATH via .envrc (for direnv users), allowing you to run bazel commands without prefixing with ./tool/.
| Back | FazBrowse Home | New Git URL |