Skip to content

Support Turin.

Support Turin. #154

Triggered via pull request May 27, 2024 18:52
Status Success
Total duration 1m 56s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
useless conversion to the same type: `ondisk::gnb::EarlyPcieResetPin`: src/ondisk.rs#L1585
warning: useless conversion to the same type: `ondisk::gnb::EarlyPcieResetPin` --> src/ondisk.rs:1585:33 | 1585 | .with_reset_pin(EarlyPcieResetPin::None.into()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `EarlyPcieResetPin::None` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
useless conversion to the same type: `ondisk::gnb::EarlyPcieLinkSpeed`: src/ondisk.rs#L1584
warning: useless conversion to the same type: `ondisk::gnb::EarlyPcieLinkSpeed` --> src/ondisk.rs:1584:34 | 1584 | .with_link_speed(EarlyPcieLinkSpeed::Gen3.into()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `EarlyPcieLinkSpeed::Gen3` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.