split kusama/polkadot runtimes #655
ci.yml
on: pull_request
Matrix: build_primary_binaries
Matrix: Build Runtimes
Set up Config
0s
Cancel Previous Runs
8s
license-check
36s
cargo-toml-fmt
6s
Matrix: build_try_runtime_and_benchmark_binaries
Matrix: create_artifacts
Matrix: check
Matrix: Publish Runtimes
Annotations
17 warnings
cargo-toml-fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Cancel Previous Runs
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.11.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
license-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, baptiste0928/cargo-install@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
license-check
New version for cargo-about available: 0.6.6
|
usage of a legacy numeric method:
polkadot-parachains/integritee-polkadot/src/lib.rs#L611
warning: usage of a legacy numeric method
--> polkadot-parachains/integritee-polkadot/src/lib.rs:611:43
|
611 | pub const MaxBalance: Balance = Balance::max_value();
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `#[warn(clippy::legacy_numeric_constants)]` on by default
help: use the associated constant instead
|
611 | pub const MaxBalance: Balance = Balance::MAX;
| ~~~
|
unused import: `EnsureRootOrMoreThanHalfCouncil`:
polkadot-parachains/integritee-polkadot/src/xcm_config.rs#L22
warning: unused import: `EnsureRootOrMoreThanHalfCouncil`
--> polkadot-parachains/integritee-polkadot/src/xcm_config.rs:22:55
|
22 | AccountId, AssetRegistry, Assets, Balance, Balances, EnsureRootOrMoreThanHalfCouncil,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
usage of a legacy numeric method:
polkadot-parachains/integritee-kusama/src/lib.rs#L611
warning: usage of a legacy numeric method
--> polkadot-parachains/integritee-kusama/src/lib.rs:611:43
|
611 | pub const MaxBalance: Balance = Balance::max_value();
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `#[warn(clippy::legacy_numeric_constants)]` on by default
help: use the associated constant instead
|
611 | pub const MaxBalance: Balance = Balance::MAX;
| ~~~
|
unused import: `EnsureRootOrMoreThanHalfCouncil`:
polkadot-parachains/integritee-kusama/src/xcm_config.rs#L22
warning: unused import: `EnsureRootOrMoreThanHalfCouncil`
--> polkadot-parachains/integritee-kusama/src/xcm_config.rs:22:55
|
22 | AccountId, AssetRegistry, Assets, Balance, Balances, EnsureRootOrMoreThanHalfCouncil,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Rust check check --features runtime-benchmarks (x86_64-unknown-linux-gnu)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Primary build release for on (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Extra features build release for on (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Runtimes (integritee-kusama)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Runtimes (integritee-polkadot)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
create_artifacts (integritee, paseo)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
create_artifacts (integritee, kusama)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
create_artifacts (integritee, polkadot)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "integritee-collator-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-kusama-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-kusama-runtime-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-kusama-srtool-json-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-paseo-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-polkadot-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-polkadot-runtime-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "integritee-polkadot-srtool-json-c47495ee372ccbe35976d6bb8c33143fe6bf63ca", "license".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
integritee-collator-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
173 MB |
|
integritee-kusama-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
774 KB |
|
integritee-kusama-runtime-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
1.52 MB |
|
integritee-kusama-srtool-json-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
1.34 MB |
|
integritee-paseo-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
2.66 MB |
|
integritee-polkadot-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
809 KB |
|
integritee-polkadot-runtime-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
1.52 MB |
|
integritee-polkadot-srtool-json-c47495ee372ccbe35976d6bb8c33143fe6bf63ca
|
1.35 MB |
|
license
|
1.08 MB |
|