Skip to content

Commit

Permalink
Update nightly (#33)
Browse files Browse the repository at this point in the history
* Use update_nightly branch of Polymesh and update curve25519-dalek/bulletproofs deps.

* Remove unused *_backend feature flags.

* Fix cargo warnings.

* Use our fork of bulletproofs v5.

* Fix compile warnings with newer Rust compiler.

* Fix warnings about host function code.

* Switch confidential assets back to main branch.

* Use develop branch of Polymesh.
  • Loading branch information
Neopallium authored Nov 28, 2024
1 parent bcd9a7e commit d7686cb
Show file tree
Hide file tree
Showing 15 changed files with 199 additions and 278 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commands:
jobs:
lint:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -53,7 +53,7 @@ jobs:
command: ./scripts/check_spec_and_cargo_version.sh
check-storage-version:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -64,7 +64,7 @@ jobs:
command: ./scripts/check_storage_versions.sh
build:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: xlarge
environment:
VERBOSE: "1"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- save-sccache-cache
build-arm64:
docker:
- image: polymeshassociation/rust-arm64:debian-nightly-2023-12-11
- image: polymeshassociation/rust-arm64:debian-nightly-2024-11-14
resource_class: arm.xlarge
environment:
VERBOSE: "1"
Expand All @@ -133,7 +133,7 @@ jobs:
- save-sccache-cache
benchmark-build:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: xlarge
environment:
VERBOSE: "1"
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
no_output_timeout: 30m
test:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: large
environment:
VERBOSE: "1"
Expand All @@ -191,7 +191,7 @@ jobs:
- save-sccache-cache
coverage:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: xlarge
environment:
VERBOSE: "1"
Expand All @@ -206,7 +206,7 @@ jobs:
- save-sccache-cache
rust-integration-test:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: medium+
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
no_output_timeout: 30m
clippy:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-11-14
resource_class: xlarge
environment:
VERBOSE: "1"
Expand Down
Loading

0 comments on commit d7686cb

Please sign in to comment.