-
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
RepositoryCache: add blake3 key type #21998
Conversation
2d547d0
to
67ff8d7
Compare
src/main/java/com/google/devtools/build/lib/bazel/repository/cache/RepositoryCache.java
Outdated
Show resolved
Hide resolved
@sluongng Could you please take a look at the failing checks? |
d68c18b
to
71e695e
Compare
@sgowroji I think there has been some flakiness in the Bazel CI setup. I have checked the old failures as well as the most recent ones and I don't think they are related to my change. |
src/main/java/com/google/devtools/build/lib/vfs/bazel/Blake3HashFunction.java
Outdated
Show resolved
Hide resolved
71e695e
to
3a2340a
Compare
Support storing repository cache with blake3 hash function.
3a2340a
to
1208d34
Compare
@meteorcloudy Could you review this? |
@bazel-io fork 7.2.0 |
Support storing repository cache with blake3 hash function. Closes bazelbuild#21998. PiperOrigin-RevId: 625727463 Change-Id: I2198adac617c5d6301e56694fe416f3130c61033
Support storing repository cache with blake3 hash function. Closes #21998. PiperOrigin-RevId: 625727463 Change-Id: I2198adac617c5d6301e56694fe416f3130c61033 Commit dc5ec2b Co-authored-by: Son Luong Ngoc <[email protected]>
Support storing repository cache with blake3 hash function. Closes bazelbuild#21998. PiperOrigin-RevId: 625727463 Change-Id: I2198adac617c5d6301e56694fe416f3130c61033
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. |
Support storing repository cache with blake3 hash function.