README.rst
14 lines
| 454 B
| text/x-rst
|
RstLexer
How to add fuzzers (partially cribbed from oss-fuzz[0]):
- git clone https://github.com/google/oss-fuzz
- cd oss-fuzz
- python infra/helper.py build_image mercurial
- docker run --cap-add=SYS_PTRACE -it -v $HG_REPO_PATH:/hg-new
- gcr.io/oss-fuzz/mercurial bash
- cd /src
- rm -r mercurial
- ln -s /hg-new mercurial
- cd mercurial
- compile
0: https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md