bazel
bazel copied to clipboard
Mark bazel_tools extensions as reproducible
Removes unnecessary lockfile entries.
@bazel-io fork 7.2.0
@fmeum @Wyverald is this ready to merge?
@Wyverald Something we should keep in mind: When we update Bazel to build with 7.2.0, we might end up with extension repos missing from the lock file that we need to build the test or dist repo cache. Maybe we can use either bazel vendor
or bazel mod show_extension
as an alternative to scraping the lock file?