Gabriel Kihlman
|
eda341223c
|
[libfido2] CIFuzz workaround, put seed corpus outside of repo (#3497)
CIFuzz was failing and not finding the downloaded corpus, looking
at the logs show:
2020-03-12T15:15:53.2454777Z Running: docker run --rm --privileged --cap-add SYS_PTRACE -e
FUZZING_ENGINE=libfuzzer -e SANITIZER=address -e ARCHITECTURE=x86_64 -e OUT=/github/workspace/out
--volumes-from aaad25ec2b6d gcr.io/oss-fuzz/libfido2 /bin/bash -c 'rm -rf /src/libfido2/* && cp -r
/github/workspace/storage/libfido2 /src && compile'
Note the the rm -rf /src/libfido/* bit.
|
2020-03-12 15:36:36 -07:00 |