[9.3.0] Add --incompatible_require_repo_extension_metadata (https://github.com/bazelbuild/bazel/pull/30202) - #30656
Open
Conversation
…d#30202) This flag allows you to enforce that all module_extensions and repository_rules return metadata. This metadata is used to determine how to handle the extension for the lockfile and R2C2 respectively. You can either error on any of these missing metadata, or just ones defined in the root module. Eventually it would be ideal to flip this but that likely requires a lot of backfilling (that we want to do anyways) Closes bazelbuild#30202. Closees bazelbuild#30464 PiperOrigin-RevId: 955379016 Change-Id: I8facf9291188f503d8f82e77e8f63e20cec9a828 (cherry picked from commit d194e06)
iancha1992
enabled auto-merge
August 11, 2026 17:12
meteorcloudy
approved these changes
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
Member
Author
|
@iancha1992 can you re-enqueue, looks like a CI issue |
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
Member
Author
|
now it says canceled, but that's not something I did 🤔 |
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This flag allows you to enforce that all module_extensions and
repository_rules return metadata. This metadata is used to determine how
to handle the extension for the lockfile and R2C2 respectively. You can
either error on any of these missing metadata, or just ones defined in
the root module. Eventually it would be ideal to flip this but that
likely requires a lot of backfilling (that we want to do anyways)
Closes #30202.
Closees #30464
PiperOrigin-RevId: 955379016
Change-Id: I8facf9291188f503d8f82e77e8f63e20cec9a828
(cherry picked from commit d194e06)