Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support cargo-fuzz #352

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Support cargo-fuzz #352

wants to merge 1 commit into from

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Jan 26, 2024

Closes #295

@taiki-e
Copy link
Owner Author

taiki-e commented Jan 26, 2024

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 rust-fuzz/cargo-fuzz#355

@taiki-e taiki-e marked this pull request as draft January 26, 2024 01:59
@taiki-e taiki-e force-pushed the cargo-fuzz branch 5 times, most recently from 11afee7 to b04f9ab Compare March 2, 2024 09:25
@taiki-e
Copy link
Owner Author

taiki-e commented Mar 2, 2024

Filed rust-fuzz/cargo-fuzz#365 to fix the above problem.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: cargo-fuzz
1 participant