Skip to content

Commit

Permalink
Add sha256 integrity to "com_google_protobuf_v25.0" which was in WORK…
Browse files Browse the repository at this point in the history
…SPACE but missing from WORKSPACE.bzlmod

This should silence the DEBUG warning
```
DEBUG: Rule 'com_google_protobuf_v25.0' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-e+7ZxRHWMs/3wirACU3Xcg5VAVMDnV2n4Fm8zrSIR0o="
```
PiperOrigin-RevId: 714142857
  • Loading branch information
zhangskz authored and copybara-github committed Jan 10, 2025
1 parent cc6baf2 commit 5b0fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ register_toolchains("@system_ruby//:toolchain")
# For testing runtime against old gencode from a previous major version.
http_archive(
name = "com_google_protobuf_v25.0",
integrity = "sha256-e+7ZxRHWMs/3wirACU3Xcg5VAVMDnV2n4Fm8zrSIR0o=",
strip_prefix = "protobuf-25.0",
url = "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protobuf-25.0.tar.gz",
)
Expand Down

0 comments on commit 5b0fa1d

Please sign in to comment.