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

Avoid needing to build Lean lib for fuzz targets that don't use it #461

Open
2 tasks
john-h-kastner-aws opened this issue Oct 25, 2024 · 1 comment
Open
2 tasks
Labels
internal-improvement Refactoring, performance improvement, or other non-breaking change

Comments

@john-h-kastner-aws
Copy link
Contributor

Category

DRT infrastructure

Describe the feature you'd like to request

To compile any fuzz target we currently link in the lean library even if the fuzz target doesn't do any differential testing (e.g., parser targets and validator prop-test target). We could probably do something with feature flags so that these fuzz targets could be built and run without first building the lean lib.

Describe alternatives you've considered

.

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change
@john-h-kastner-aws john-h-kastner-aws added feature-request Request for a new feature pending-triage Hasn't been triaged yet internal-improvement Refactoring, performance improvement, or other non-breaking change and removed feature-request Request for a new feature pending-triage Hasn't been triaged yet labels Oct 25, 2024
@john-h-kastner-aws
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-improvement Refactoring, performance improvement, or other non-breaking change
Projects
None yet
Development

No branches or pull requests

1 participant