Skip to content

Commit da03d3a

Browse files
ayushr2gvisor-bot
authored andcommitted
Remove stale sha256 pin from google_root_pem.
Website builds are failing: https://buildkite.com/gvisor/release/builds/5973 https://pki.goog/roots.pem is a living file that changes whenever Google rotates its trusted root CAs, so a pinned sha256 inevitably goes stale and breaks the website build with a checksum mismatch. The block's own comment states the hash is "omitted here intentionally". Actually omit it so cert-bundle rotations no longer break the build. PiperOrigin-RevId: 927383776
1 parent fcd95d5 commit da03d3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ http_file(
115115
# used in any part of the build other than as certificates present in images.
116116
http_file(
117117
name = "google_root_pem",
118-
sha256 = "0d4b15a365e5158c1f9217b7827c5af8a9b86789e8cfbe21480a57c134fe9d01",
119118
urls = [
120119
"https://pki.goog/roots.pem",
121120
],

0 commit comments

Comments
 (0)