mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 05:27:56 +00:00
[ci] Update ci image with rust 1.77 and 2024-04-10 (#4077)
cc https://github.com/paritytech/ci_cd/issues/974 --------- Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
committed by
GitHub
parent
b6fab8046e
commit
76719da221
@@ -24,7 +24,7 @@ The command below allows building a Linux binary without having to even install
|
||||
docker run --rm -it \
|
||||
-w /polkadot-sdk \
|
||||
-v $(pwd):/polkadot-sdk \
|
||||
paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222 \
|
||||
docker.io/paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408 \
|
||||
cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain
|
||||
sudo chown -R $(id -u):$(id -g) target/
|
||||
```
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
//! // Use nightly formatting.
|
||||
//! // See the polkadot-sdk CI job that checks formatting for the current version used in
|
||||
//! // polkadot-sdk.
|
||||
//! "rust-analyzer.rustfmt.extraArgs": ["+nightly-2024-01-22"],
|
||||
//! "rust-analyzer.rustfmt.extraArgs": ["+nightly-2024-04-10"],
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
@@ -79,7 +79,7 @@
|
||||
//! # Use nightly formatting.
|
||||
//! # See the polkadot-sdk CI job that checks formatting for the current version used in
|
||||
//! # polkadot-sdk.
|
||||
//! extraArgs = { "+nightly-2024-01-22" },
|
||||
//! extraArgs = { "+nightly-2024-04-10" },
|
||||
//! },
|
||||
//! },
|
||||
//! ```
|
||||
|
||||
Reference in New Issue
Block a user