bazel-contrib / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
Apache License 2.0
140 stars 90 forks source link

feat(bzlmod): mark toolchains extension as reproducible #970

Open cerisier opened 1 month ago

cerisier commented 1 month ago

Marking the toolchains extension as reproducible since all underlying tools are already checked for integrity. Saving an entry in the lockfile for that extension.

Marking this has to be conditional to bazel_features.external_deps.extension_metadata_has_reproducible, hence bumping bazel_features to 1.9.0 which is the version introducing the check (https://github.com/bazel-contrib/bazel_features/releases/tag/v1.9.0)