# bazel ## Tips ### clean ```bash bzl clean --expunge ``` ### debugging toolchain resolution ```bash bzl build '--toolchain_resolution_debug=.*' //TARGET ```