Skip to content

Commit 349319d

Browse files
machshevhcallahan-lowrisc
authored andcommitted
[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 349319d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelisk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright lowRISC contributors (OpenTitan project).
33
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
44
# SPDX-License-Identifier: Apache-2.0

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)