bzlmod: support git repos in source.json#20912
Closed
nachumg wants to merge 17 commits intobazelbuild:masterfrom
Closed
bzlmod: support git repos in source.json#20912nachumg wants to merge 17 commits intobazelbuild:masterfrom
nachumg wants to merge 17 commits intobazelbuild:masterfrom
Conversation
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
meteorcloudy
previously requested changes
Jan 17, 2024
Member
|
Please fix the failing test in presubmit |
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
Contributor
Author
Done. |
Change-Id: I8d34cfb81256921070e9311798a549a49cdf6a33
Change-Id: Ibe70bc0518853c5cfcde17f000da7878a237b421
Change-Id: If7043a2d3a6fbe9724f57d3e64132cec93a5b0a6
Change-Id: I90f44b03fb215425b19424573927c3a575abd486
Change-Id: I2a2e7abe5beb91b5dce665c9cd13ebbd5319d250
Wyverald
reviewed
Jan 17, 2024
Change-Id: I5d158550762d13f57d90d3686e2d82a759ff9bb1
Wyverald
reviewed
Jan 18, 2024
keith
reviewed
Jan 18, 2024
Change-Id: Ia32ea8454636d349a2708ecc59f12c2a1b245c1c
Wyverald
approved these changes
Jan 22, 2024
Change-Id: I62f88d1a919ceb0a50aa68defff4e43893ebc14a
Change-Id: I10109d7f225d5c52583f6c6c6325e807263553c6
Wyverald
reviewed
Jan 24, 2024
Wyverald
approved these changes
Jan 24, 2024
Change-Id: Ia267131e6d081572a642888ba34e285805bbbe9f
Collaborator
|
@bazel-io fork 7.1.0 |
Wyverald
pushed a commit
that referenced
this pull request
Jan 25, 2024
bzlmod: support git repos in source.json Closes #20912. Change-Id: Ia267131e6d081572a642888ba34e285805bbbe9f PiperOrigin-RevId: 601268823
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jan 26, 2024
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 <nachum@google.com> Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
Member
|
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. |
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.
bzlmod: support git repos in source.json