Skip to content

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Jan 18, 2026

Summary

  • Remove unused bazel_features load from coq_of_rust/extensions.bzl
  • Remove bazel_features from toolchains/ocaml_extensions.bzl
  • Simplify extension_metadata to always set reproducible=True

Why

bazel_features is not declared in MODULE.bazel, causing Bzlmod loading errors.
Since Bazel 8.0 supports extension_metadata(reproducible=True) directly, we can
remove the conditional check.

- Remove unused bazel_features load from coq_of_rust/extensions.bzl
- Remove bazel_features from toolchains/ocaml_extensions.bzl
- Simplify extension_metadata to always set reproducible=True

This fixes Bzlmod loading errors since bazel_features is not
declared as a dependency in MODULE.bazel.
@avrabe avrabe merged commit cafb63a into main Jan 18, 2026
5 checks passed
@avrabe avrabe deleted the fix/remove-all-bazel-features branch January 18, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants