From 87db567e1f094cbc9118f7c8d215df157b1601b5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 12 Mar 2022 10:05:36 -0500 Subject: Convert oss-fuzz-build to use cmake --- README-maintainer | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-54-g00ecf