Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions projects/harfbuzz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y python3-pip ragel pkg-config zlib1g-dev:i386 && \
pip3 install --upgrade pip && \
pip3 install meson==1.2.0 ninja
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
WORKDIR harfbuzz
Expand Down
2 changes: 1 addition & 1 deletion projects/harfbuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ninja -v -j$(nproc) -C $build test/fuzzing/hb-{shape,raster,vector,gpu,subset,re
mv $build/test/fuzzing/hb-{shape,raster,vector,gpu,subset,repacker}-fuzzer $OUT/

# Archive and copy to $OUT seed corpus if the build succeeded.
mkdir all-fonts
mkdir -p all-fonts
for d in \
test/shape/data/in-house/fonts \
test/shape/data/aots/fonts \
Expand Down