wasmi-labs / wasmi

WebAssembly (Wasm) interpreter.

Home Page:https://wasmi-labs.github.io/wasmi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI: fuzzing CI seems to not cache the corpus

Robbepop opened this issue · comments

It seems that even with the recent refactoring and improvements to the CI's caching behavior the fuzzing CI jobs still do not properly store and re-store their fuzzing corpuses and thus our fuzzing CI is practically useless.

Without the corpus in the cache the fuzzing CI has no memory of the past fuzzing artifacts and thus cannot built on-top of past successes and findings.