Skip to content

Commit 365df31

Browse files
ghostscript: fix build (#7006)
* ghostscript: fix build * ghostscript: limit to libfuzzer and honggfuzz * set correct label in yaml
1 parent a107f1b commit 365df31

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

projects/ghostscript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818

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

projects/ghostscript/project.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ sanitizers:
1212
- address
1313
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
1414
# - memory
15-
main_repo: 'git://git.ghostscript.com/ghostpdl.git'
15+
main_repo: 'git://git.ghostscript.com/ghostpdl.git'
16+
fuzzing_engines:
17+
- libfuzzer
18+
- honggfuzz

0 commit comments

Comments
 (0)