File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,5 @@ MAINTAINER mmoroz@chromium.org
19
19
RUN apt-get install -y make autoconf automake libtool ragel pkg-config
20
20
21
21
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
-
27
22
WORKDIR harfbuzz
28
23
COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ $CXX $CXXFLAGS -std=c++11 -Isrc \
28
28
-lFuzzingEngine ./src/.libs/libharfbuzz-fuzzing.a
29
29
30
30
# 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
+
You can’t perform that action at this time.
0 commit comments