You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...though, after toying around with the feature for a bit, I will mention that it results in quite a lot of re-complation when switching between fuzzzing and fuzzing-repro flows.
Maybe its worth reconsidering the current approach, and switching to something like a CARGO_FUZZ_REPRO env-var instead?
daprilik
changed the title
Publish release with cfg(fuzzing_repro)cfg(fuzzing_repro) causes unnecessary recompilations, switch to CARGO_FUZZ_REPRO env var instead?
Aug 2, 2023
EDIT: See subsequent comments. Original title: "Publish release with
cfg(fuzzing_repro)
"This feature is already documented in the guide, so it was quite puzzling when it didn't seem to work after I ran
cargo install cargo-fuzz
!Any chance you could cut a new release with
fuzzing_repro
support?This is something I'm quite interested in using, and I'd like to avoid taking a dependency on a particular
cargo-fuzz
git commit :)The text was updated successfully, but these errors were encountered: