File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
standalone-contract/scripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
set -ex
8
8
9
9
DOCKER=" ${DOCKER:- docker} "
10
- DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust: 20240630} "
10
+ # docker pull docker.io/cryptape/llvm-n-rust:20240630
11
+ DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: bafaf76d4f342a69b8691c08e77a330b7740631f3d1d9c9bee4ead521b29ee55} "
11
12
CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
12
13
13
14
# We are parsing command line arguments based on tips from:
Original file line number Diff line number Diff line change 7
7
set -ex
8
8
9
9
DOCKER=" ${DOCKER:- docker} "
10
- DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust: 20240630} "
10
+ # docker pull docker.io/cryptape/llvm-n-rust:20240630
11
+ DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: bafaf76d4f342a69b8691c08e77a330b7740631f3d1d9c9bee4ead521b29ee55} "
11
12
CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
12
13
13
14
# We are parsing command line arguments based on tips from:
You can’t perform that action at this time.
0 commit comments