Skip to content

Commit

Permalink
ghostscript: fix build (#7006)
Browse files Browse the repository at this point in the history
* ghostscript: fix build

* ghostscript: limit to libfuzzer and honggfuzz

* set correct label in yaml
  • Loading branch information
DavidKorczynski authored Dec 11, 2021
1 parent a107f1b commit 365df31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ghostscript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder

RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
RUN git clone --branch VER-2-11-1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
RUN mkdir ghostpdl/fuzz

Expand Down
5 changes: 4 additions & 1 deletion projects/ghostscript/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
main_repo: 'git://git.ghostscript.com/ghostpdl.git'
main_repo: 'git://git.ghostscript.com/ghostpdl.git'
fuzzing_engines:
- libfuzzer
- honggfuzz

0 comments on commit 365df31

Please sign in to comment.