From e6b31566c5876204c28d79b7c6e1a7db0303deab Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Wed, 29 Jan 2025 15:07:46 +0100 Subject: [PATCH] chore(IDX): instruct how to calculate hashes of CDN downloaded artifacts (#3670) --- MODULE.bazel | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MODULE.bazel b/MODULE.bazel index d0e9fbe3a2d..dc08205f892 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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", )