mirror of https://github.com/google/oss-fuzz.git
eda341223c
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. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |