For local developing workflow, build with --config=fast
.
Example:
$ tools/bazel run --config=fast //common:kernel_aarch64 -- --destdir=out/dist
Or add to user.bazelrc
:
# user.bazelrc build --config=fast
This config implies:
--config=local
. See sandbox.md.