-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fuzzcheck can't run on NixOS #29
Comments
Error messages:
|
I managed to get it running with the following commands: $ nix-shell -p rustup
$ cargo +nightly fuzzcheck fuzz::fuzz_parse --profile fuzzing But now I have the same error as on my main PC:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run FuzzCheck on NixOS to see if it had the same problems as I have on my Ubuntu desktop.
Predictably, the build instead failed due to completely unrelated errors.
Mostly it's looking for system libs and not finding them. I'm not sure how you could solve that with cargo install. Maybe I could try making a NixOS package directly.
My system:
The text was updated successfully, but these errors were encountered: