Skip to content

Commit 2d7ea0b

Browse files
committed
[bazel] update lowrisc cache bucket
We have had to move the file to a different bucket as the other one had a 90 day deletion policy. So we have created a new long term cache bucket which doesn't have that feature. The file has been re-downloaded from the original source, however the sha256sum has changed due to the upstream file server updating the meta information on each download. Signed-off-by: James McCorrie <james.mccorrie@lowrisc.org>
1 parent dba823a commit 2d7ea0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/hwtrust/extensions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ def _hwtrust_repos():
1313
name = "hwtrust",
1414
urls = [
1515
# Use lowrisc cache due to rate limiting on the original URL
16-
"https://storage.googleapis.com/lowrisc-ci-cache/external/security-da7738aaf3ece666272adab6b3091f72ce027e9c.tar.gz",
16+
"https://storage.googleapis.com/lowrisc-ci-longterm-cache/security-da7738aaf3ece666272adab6b3091f72ce027e9c.tar.gz"
1717
# "https://android.googlesource.com/platform/tools/security/+archive/da7738aaf3ece666272adab6b3091f72ce027e9c.tar.gz"
1818
],
1919
strip_prefix = "remote_provisioning/hwtrust",
2020
build_file = Label("//third_party/hwtrust:BUILD.hwtrust.bazel"),
21-
sha256 = "3a94aaa098bb746af3c0b7d4e759546eb9135cdb1ee054128238c2bdf1577881",
21+
sha256 = "d7e0bb13224294c69e8a5642464d7d7048402c52f7ee9050fb8a85acf01b0837",
2222
)

0 commit comments

Comments
 (0)