-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add digest func to Remote Asset Downloader #21996
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
Closed
sluongng
wants to merge
1
commit into
bazelbuild:master
from
sluongng:sluongng/remote-downloader-digest
Closed
Add digest func to Remote Asset Downloader #21996
sluongng
wants to merge
1
commit into
bazelbuild:master
from
sluongng:sluongng/remote-downloader-digest
Conversation
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
coeuvre
approved these changes
Apr 16, 2024
@coeuvre What do you think about including this in 7.2.0? |
copybara-service bot
pushed a commit
that referenced
this pull request
Apr 17, 2024
Partial commit for third_party/*, see #21996. Change-Id: I3acfc5dc7b0fb118ace627721830dc657c80033f Signed-off-by: iancha1992 <[email protected]>
Let's do it! |
@bazel-io fork 7.2.0 |
bazel-io
pushed a commit
to bazel-io/bazel
that referenced
this pull request
Apr 25, 2024
A follow up from bazelbuild/remote-apis#286 Closes bazelbuild#21996. PiperOrigin-RevId: 628100606 Change-Id: Ib37a013d704dcfd14556f7914d90c1393ef73d38
iancha1992
pushed a commit
to bazel-io/bazel
that referenced
this pull request
Apr 26, 2024
Partial commit for third_party/*, see bazelbuild#21996. Change-Id: I3acfc5dc7b0fb118ace627721830dc657c80033f Signed-off-by: iancha1992 <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 29, 2024
A follow up from bazelbuild/remote-apis#286 Closes #21996. PiperOrigin-RevId: 628100606 Change-Id: Ib37a013d704dcfd14556f7914d90c1393ef73d38 Commit 618c0ab Commit dcfefd9 (Third party changes) --------- Signed-off-by: iancha1992 <[email protected]> Co-authored-by: Son Luong Ngoc <[email protected]>
Kila2
pushed a commit
to Kila2/bazel
that referenced
this pull request
May 13, 2024
Partial commit for third_party/*, see bazelbuild#21996. Change-Id: I3acfc5dc7b0fb118ace627721830dc657c80033f Signed-off-by: iancha1992 <[email protected]>
Kila2
pushed a commit
to Kila2/bazel
that referenced
this pull request
May 13, 2024
A follow up from bazelbuild/remote-apis#286 Closes bazelbuild#21996. PiperOrigin-RevId: 628100606 Change-Id: Ib37a013d704dcfd14556f7914d90c1393ef73d38
The changes in this PR have been included in Bazel 7.2.0 RC1. Please test out the release candidate and report any issues as soon as possible. |
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.
A follow up from bazelbuild/remote-apis#286