Skip to content

go-fuzz-build: Build only when out of date #118

Closed
@tv42

Description

@tv42

Creating the *-fuzz.zip takes a lot of time even on a simple project. Yet simple checks like "only create if it doesn't exist" easily leave us fuzzing already-fixed code. It'd be really nice if it behaved like go install and friends and only recreated the zip if the inputs have updated. I'm sure implementing this once in go-fuzz is better than every caller implementing a bad version of it in a shell script, which is what I almost just did...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions