fix: filter out x87 feature on x86-64 #89
ci.yml
on: push
Spell Check with Typos
6s
Check MSRV: 1.80.0
11s
rustfmt
11s
clippy
15s
clippy
22s
cargo deny
28s
Test cargo-multivers action
3m 59s
Matrix: Test
Annotations
3 errors and 7 warnings
calling `CStr::new` with a byte string literal:
multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal
--> multivers-runner/src/build/linux.rs:24:22
|
24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals
= note: `-D clippy::manual-c-str-literals` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
|
calling `CStr::new` with a byte string literal:
multivers-runner/src/build/linux.rs#L24
error: calling `CStr::new` with a byte string literal
--> multivers-runner/src/build/linux.rs:24:22
|
24 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a `c""` literal: `c""`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals
= note: `-D clippy::manual-c-str-literals` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::manual_c_str_literals)]`
|
clippy
Clippy had exited with the 101 exit code
|
Spell Check with Typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check MSRV: 1.80.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo deny
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test (ubuntu-latest, nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|