More generic target directory for rust coverage#5366
More generic target directory for rust coverage#5366inferno-chromium merged 2 commits intogoogle:masterfrom
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
-rto jq)This should fix wasmtime coverage build (works locally)
cc @inferno-chromium