File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 - ' FILE_HEADER'
2727
2828env :
29- IMAGE : paritytech/ci-unified:bullseye-1.75 .0
29+ IMAGE : paritytech/ci-unified:bullseye-1.81 .0
3030 CARGO_TARGET_DIR : /ci-cache/${{ github.repository }}/targets/${{ github.ref_name }}/${{ github.job }}
3131 CARGO_INCREMENTAL : 0
3232 PURELY_STD_CRATES : ink/codegen metadata engine e2e e2e/macro ink/ir
@@ -504,7 +504,7 @@ jobs:
504504 env :
505505 # Fix linking of `linkme`: https://github.com/dtolnay/linkme/issues/49
506506 RUSTFLAGS : -Clink-arg=-z -Clink-arg=nostart-stop-gc
507- uses : docker://paritytech/ci-unified:bullseye-1.75 .0
507+ uses : docker://paritytech/ci-unified:bullseye-1.81 .0
508508 with :
509509 # run all tests with --all-features, which will run the e2e-tests feature if present
510510 args : /bin/bash -c "scripts/for_all_contracts_exec.sh --path integration-tests --ignore public/static-buffer --partition ${{ matrix.partition }}/6 -- cargo test \
Original file line number Diff line number Diff line change 1414 run :
1515 shell : bash
1616 container :
17- image : paritytech/ci-unified:bullseye-1.75 .0
17+ image : paritytech/ci-unified:bullseye-1.81 .0
1818 strategy :
1919 fail-fast : false
2020 matrix :
You can’t perform that action at this time.
0 commit comments