Skip to content

Commit 5b0fa1d

Browse files
zhangskzcopybara-github
authored andcommitted
Add sha256 integrity to "com_google_protobuf_v25.0" which was in WORKSPACE 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
1 parent cc6baf2 commit 5b0fa1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WORKSPACE.bzlmod

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ register_toolchains("@system_ruby//:toolchain")
2626
# For testing runtime against old gencode from a previous major version.
2727
http_archive(
2828
name = "com_google_protobuf_v25.0",
29+
integrity = "sha256-e+7ZxRHWMs/3wirACU3Xcg5VAVMDnV2n4Fm8zrSIR0o=",
2930
strip_prefix = "protobuf-25.0",
3031
url = "https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protobuf-25.0.tar.gz",
3132
)

0 commit comments

Comments
 (0)