Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(fuzz): Fix building of fuzzing targets #1107

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

caspermeijn
Copy link
Collaborator

The fuzzing targets need some love. I got them working again with these changes:

  • build(fuzz): Add missing dependency
  • build(fuzz): Use released version of libfizzer-sys
  • build(fuzz): create fuzz is not part of workspace
  • build(fuzz): afl is not in root directory

There exists an `afl` directory inside `/fuzz/`, but that doesn't explain the workspace exclude
Therefore it can't rely on workspace parameters
@caspermeijn caspermeijn added this pull request to the merge queue Jul 22, 2024
Merged via the queue into tokio-rs:master with commit ad5650b Jul 22, 2024
16 checks passed
@caspermeijn caspermeijn deleted the fuzz_build branch July 22, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant