Skip to content

Commit

Permalink
chore(IDX): instruct how to calculate hashes of CDN downloaded artifa…
Browse files Browse the repository at this point in the history
…cts (#3670)
  • Loading branch information
basvandijk authored Jan 29, 2025
1 parent fe4d022 commit e6b3156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,11 @@ http_file(

http_file(
name = "pocket-ic-mainnet-gz",
# Calculate this hash using:
# git checkout $revision
# ci/container/container-run.sh
# bazel build //publish/binaries:pocket-ic.gz
# sha256sum bazel-bin/publish/binaries/pocket-ic.gz
sha256 = "0935ee6ece312719aae4eabddec2dfc6af34d5edbddf4d3af53bccd1b3636044",
url = "https://download.dfinity.systems/ic/172f8c78653c93ad101af75b94251439b4ccf098/binaries/x86_64-linux/pocket-ic.gz",
)
Expand Down

0 comments on commit e6b3156

Please sign in to comment.