File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
standalone-contract/scripts Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
4040 git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
4141 - 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
4343 - name : Install riscv64 target
4444 run : cd test-workspace && rustup target add riscv64imac-unknown-none-elf
4545 - name : Run all checks
4949 - name : Generate standalone contract
5050 run : cargo generate --path . standalone-contract --name test-contract
5151 - 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
5353 - name : Run all checks
5454 run : cd test-contract && make build test check clippy
5555 - name : Reproducible build runs
Original file line number Diff line number Diff line change 77set -ex
88
99DOCKER=" ${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 } "
1212CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
1313
1414# We are parsing command line arguments based on tips from:
Original file line number Diff line number Diff line change 77set -ex
88
99DOCKER=" ${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 } "
1212CHECKSUM_FILE_PATH=" ${CHECKSUM_FILE_PATH:- checksums.txt} "
1313
1414# We are parsing command line arguments based on tips from:
You can’t perform that action at this time.
0 commit comments