File tree 3 files changed +6
-6
lines changed
standalone-contract/scripts 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
40
40
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
41
41
- name : Lock Rust version
42
- run : cd test-workspace && echo "1.75 .0" > rust-toolchain
42
+ run : cd test-workspace && echo "1.81 .0" > rust-toolchain
43
43
- name : Install riscv64 target
44
44
run : cd test-workspace && rustup target add riscv64imac-unknown-none-elf
45
45
- name : Run all checks
49
49
- name : Generate standalone contract
50
50
run : cargo generate --path . standalone-contract --name test-contract
51
51
- name : Lock Rust version
52
- run : cd test-contract && echo "1.75 .0" > rust-toolchain
52
+ run : cd test-contract && echo "1.81 .0" > rust-toolchain
53
53
- name : Run all checks
54
54
run : cd test-contract && make build test check clippy
55
55
- name : Reproducible build runs
Original file line number Diff line number Diff line change 7
7
set -ex
8
8
9
9
DOCKER=" ${DOCKER:- docker} "
10
- # docker pull docker.io/cryptape/llvm-n-rust:20240630
11
- DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: bafaf76d4f342a69b8691c08e77a330b7740631f3d1d9c9bee4ead521b29ee55 } "
10
+ # docker pull docker.io/cryptape/llvm-n-rust:20250117
11
+ DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: 12e7821cb9c7cbc8988d5b1d60bcc87da4cedcf3eea32df1d8833328c5a69f88 } "
12
12
CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
13
13
14
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 pull docker.io/cryptape/llvm-n-rust:20240630
11
- DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: bafaf76d4f342a69b8691c08e77a330b7740631f3d1d9c9bee4ead521b29ee55 } "
10
+ # docker pull docker.io/cryptape/llvm-n-rust:20250117
11
+ DOCKER_IMAGE=" ${DOCKER_IMAGE:- docker.io/ cryptape/ llvm-n-rust@ sha256: 12e7821cb9c7cbc8988d5b1d60bcc87da4cedcf3eea32df1d8833328c5a69f88 } "
12
12
CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
13
13
14
14
# We are parsing command line arguments based on tips from:
You can’t perform that action at this time.
0 commit comments