-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bzlmod: support git repos in source.json #20912
Conversation
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Outdated
Show resolved
Hide resolved
Please fix the failing test in presubmit |
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
Done. |
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
Change-Id: Ibe70bc0518853c5cfcde17f000da7878a237b421
Change-Id: If7043a2d3a6fbe9724f57d3e64132cec93a5b0a6
Change-Id: I90f44b03fb215425b19424573927c3a575abd486
Change-Id: I2a2e7abe5beb91b5dce665c9cd13ebbd5319d250
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Outdated
Show resolved
Hide resolved
Change-Id: I5d158550762d13f57d90d3686e2d82a759ff9bb1
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/GitRepoSpecBuilder.java
Outdated
Show resolved
Hide resolved
Change-Id: Ia32ea8454636d349a2708ecc59f12c2a1b245c1c
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java
Outdated
Show resolved
Hide resolved
Change-Id: I62f88d1a919ceb0a50aa68defff4e43893ebc14a
Change-Id: I10109d7f225d5c52583f6c6c6325e807263553c6
Change-Id: Ia267131e6d081572a642888ba34e285805bbbe9f
@bazel-io fork 7.1.0 |
bzlmod: support git repos in source.json Closes #20912. Change-Id: Ia267131e6d081572a642888ba34e285805bbbe9f PiperOrigin-RevId: 601268823
bzlmod: support git repos in source.json Closes #20912. RELNOTES: Added `init_submodules` attribute to `git_override`. Registries now support the `git_repository` type in `source.json`. Change-Id: Ia267131e6d081572a642888ba34e285805bbbe9f PiperOrigin-RevId: 601268823 --------- Co-authored-by: Nachum Goldstein <[email protected]> Co-authored-by: Keith Smiley <[email protected]>
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
bzlmod: support git repos in source.json