install-action
install-action copied to clipboard
Support cargo-fuzz
Closes #295
Oh, all musl binaries (0.11.2-0.12.0) are broken...
https://github.com/taiki-e/parse-changelog/actions/runs/7662945367/job/20884987788#step:6:34
error: sanitizer is incompatible with statically linked libc, disable it using `-C target-feature=-crt-static`
error[E0463]: can't find crate for `std`
|
= note: the `x86_64-unknown-linux-musl` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`
= help: consider building the standard library from source with `cargo build -Zbuild-std`
EDIT: it is https://github.com/rust-fuzz/cargo-fuzz/issues/355
Filed https://github.com/rust-fuzz/cargo-fuzz/pull/365 to fix the above problem.