install-action icon indicating copy to clipboard operation
install-action copied to clipboard

Support cargo-fuzz

Open taiki-e opened this issue 2 years ago • 2 comments

Closes #295

taiki-e avatar Jan 26 '24 01:01 taiki-e

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

taiki-e avatar Jan 26 '24 01:01 taiki-e

Filed https://github.com/rust-fuzz/cargo-fuzz/pull/365 to fix the above problem.

taiki-e avatar Mar 02 '24 11:03 taiki-e