Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ commands:
jobs:
lint:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -84,7 +84,7 @@ jobs:
command: ./scripts/build_precompile_stub.sh --check
check-storage-version:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -95,7 +95,7 @@ jobs:
command: ./scripts/check_storage_versions.sh
build:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- save-sccache-cache
build-ci:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- .
build-arm64:
docker:
- image: polymeshassociation/rust-arm64:debian-nightly-2025-12-01
- image: polymeshassociation/rust-arm64:debian-nightly-2026-09-01
resource_class: arm.xlarge
environment:
- VERBOSE: "1"
Expand All @@ -182,7 +182,7 @@ jobs:
- save-sccache-cache
benchmark-build:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:

metadata-tools-build:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: small
steps:
- checkout
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
no_output_timeout: 30m
migration-tests:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: large
environment:
- VERBOSE: "1"
Expand All @@ -437,7 +437,7 @@ jobs:
- save-sccache-cache
test:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: large
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
- save-sccache-cache
coverage:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -654,7 +654,7 @@ jobs:
no_output_timeout: 2m
clippy:
docker:
- image: polymeshassociation/rust:debian-nightly-2025-12-01
- image: polymeshassociation/rust:debian-nightly-2026-09-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down
Loading