Clean up @bazel_tools
#8859
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: process
Description of the problem / feature request:
This is an umbrella issue to track efforts to clean up
@bazel_tools
. We should remove unnecessary source code from this repo, and make it work forbazel query @bazel_tools//...
.Details
This repo is built into Bazel. It's always available in every workspace. It's a place for commonly used tools like
tools/test/test-setup.sh
, which is the test wrapper used for everybazel test
action.But there is also source code in this repo, each file for their own reason. E.g. the runfiles libraries
@bazel_tools//tools/<lang>/runfiles
are included as source so they can be compiled into binaries.Some source code's purpose in
@bazel_tools
is less obvious. Sometimes they cause problems, like #8614 whose culprit is #8742 (comment).What's the output of
bazel info release
?release 0.28.0
The text was updated successfully, but these errors were encountered: