chore(x86_64): change build script to invoke cargo #887
Annotations
6 errors and 2 warnings
platforms/x86_64/bootloader/build.rs#L5
error: constants have by default a `'static` lifetime
--> platforms/x86_64/bootloader/build.rs:5:22
|
5 | const PKG_NAME: &'static str = "mnemos-x86_64-core";
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
= note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings`
|
platforms/x86_64/bootloader/build.rs#L6
error: constants have by default a `'static` lifetime
--> platforms/x86_64/bootloader/build.rs:6:22
|
6 | const BIN_NAME: &'static str = "bootloader";
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
platforms/x86_64/bootloader/build.rs#L7
error: constants have by default a `'static` lifetime
--> platforms/x86_64/bootloader/build.rs:7:27
|
7 | const TARGET_TRIPLE: &'static str = "x86_64-unknown-none";
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
platforms/x86_64/bootloader/build.rs#L8
error: constants have by default a `'static` lifetime
--> platforms/x86_64/bootloader/build.rs:8:25
|
8 | const ENV_OUT_DIR: &'static str = "OUT_DIR";
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
platforms/x86_64/bootloader/build.rs#L9
error: constants have by default a `'static` lifetime
--> platforms/x86_64/bootloader/build.rs:9:25
|
9 | const ENV_PROFILE: &'static str = "PROFILE";
| -^^^^^^^---- help: consider removing `'static`: `&str`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading