Skip to content

Commit eecbd2f

Browse files
Revert "Use Google Fonts in Harfbuzz's seed corpus." (#177)
This reverts commit e72ae23.
1 parent 4f3b012 commit eecbd2f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

projects/harfbuzz/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ MAINTAINER mmoroz@chromium.org
1919
RUN apt-get install -y make autoconf automake libtool ragel pkg-config
2020

2121
RUN git clone --depth 1 https://anongit.freedesktop.org/git/harfbuzz.git
22-
23-
# Add seed corpus from Google Fonts.
24-
RUN git clone https://github.com/google/fonts.git google-fonts
25-
RUN find ./google-fonts -type f ! -iname '*.ttf' -delete
26-
2722
WORKDIR harfbuzz
2823
COPY build.sh $SRC/

projects/harfbuzz/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ $CXX $CXXFLAGS -std=c++11 -Isrc \
2828
-lFuzzingEngine ./src/.libs/libharfbuzz-fuzzing.a
2929

3030
# Archive and copy to $OUT seed corpus if the build succeeded.
31-
zip -r $OUT/hb-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/shaping/fonts $SRC/google-fonts
31+
zip -j -r $OUT/hb-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/shaping/fonts
32+

0 commit comments

Comments
 (0)