aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-12 16:05:36 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commit87db567e1f094cbc9118f7c8d215df157b1601b5 (patch)
treeff8d8858282dd3cc2f10c13175cedcb18a1b1434 /README-maintainer
parent5ee21c67c9b5923add9c050c365fe4423c50dac9 (diff)
downloadqpdf-87db567e1f094cbc9118f7c8d215df157b1601b5.tar.zst
Convert oss-fuzz-build to use cmake
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer5
1 files changed, 1 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index 5293e5ad..9b5e4a89 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -80,11 +80,8 @@ GOOGLE OSS-FUZZ
Clone the oss-fuzz project. From the root directory of the repository:
- Add `-e GITHUB_FORK=fork -e GITHUB_BRANCH=branch` to build_fuzzers
- from a qpdf fork/branch rather than qpdf/main.
-
python3 infra/helper.py build_image --pull qpdf
- python3 infra/helper.py build_fuzzers [ --sanitizer memory|undefined|address ] qpdf
+ python3 infra/helper.py build_fuzzers [ --sanitizer memory|undefined|address ] qpdf [path-to-qpdf-source]
python3 infra/helper.py check_build qpdf
python3 infra/helper.py build_fuzzers --sanitizer coverage qpdf
python3 infra/helper.py coverage qpdf