Migrate to bzlmod.#430
Merged
Merged
Conversation
6597da6 to
4ca75d7
Compare
Collaborator
|
/gcbrun |
mikesinouye
reviewed
Mar 24, 2026
|
|
||
| # 7zip extension | ||
| extension_setup_7zip = use_extension("@rules_7zip//:extension_setup_7zip.bzl", "extension_setup_7zip") | ||
| use_repo(extension_setup_7zip, "7zip") |
Collaborator
There was a problem hiding this comment.
I'm seeing this error:
Step #1: ERROR: Traceback (most recent call last):
Step #1: File "/workspace/MODULE.bazel", line 54, column 9, in <toplevel>
Step #1: use_repo(extension_setup_7zip, "7zip")
Step #1: Error in use_repo: invalid user-provided repo name '7zip': valid names may contain only A-Z, a-z, 0-9, '-', '_', '.', and must start with a letter
Step #1: ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
This drops a lot of stuff in dependency_support/ and also changes how we do path discovery in some places.
Collaborator
|
/gcbrun |
QuantamHD
approved these changes
Mar 25, 2026
Contributor
|
Great to see By the way, I was wondering if If |
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 drops a lot of stuff in dependency_support/ and also changes how we do path discovery in some places.