-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
More generic target directory for rust coverage #5366
Conversation
Ah unfortunately wasmtime's fuzzing build is still failing, and I think it's due to this line because wasmtime's compile directory means the path to the fuzzers would be Since this may not affect many other projects, would it be possible to have wasmtime-specific configuration in this case perhaps? |
If I get right the latest coverage build logs from https://oss-fuzz-build-logs.storage.googleapis.com/index.html#wasmtime So, I see 3 solutions
|
I think the best solution is probably integration into |
It is possible, but I am not sure what you mean. |
Sorry I don't know what the |
cc @alexcrichton for the tip in #4697 (comment)
(just needed to add
-r
to jq)This should fix wasmtime coverage build (works locally)
cc @inferno-chromium