bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Mark bazel_tools extensions as reproducible

Open fmeum opened this issue 9 months ago • 1 comments

Removes unnecessary lockfile entries.

fmeum avatar May 12 '24 21:05 fmeum

@bazel-io fork 7.2.0

fmeum avatar May 12 '24 22:05 fmeum

@fmeum @Wyverald is this ready to merge?

iancha1992 avatar May 13 '24 17:05 iancha1992

@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?

fmeum avatar May 13 '24 20:05 fmeum