From e6540bba96bbe90506e0f0952a1b5c777f08a274 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Fri, 23 Mar 2018 08:01:33 -0600 Subject: [PATCH] [harfbuzz] remove harfbuzz/test/subset/data/fonts from corpus, it's mostly duplicates of whats in test/api/fonts and is breaking the build step for harfbuzz. (#1264) --- projects/harfbuzz/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/harfbuzz/build.sh b/projects/harfbuzz/build.sh index a8707c9c5..48850ecd9 100755 --- a/projects/harfbuzz/build.sh +++ b/projects/harfbuzz/build.sh @@ -39,4 +39,4 @@ $CXX $CXXFLAGS -std=c++11 -Isrc \ # Archive and copy to $OUT seed corpus if the build succeeded. zip -j -r $OUT/hb-shape-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/shaping/data/in-house/fonts -zip -j -r $OUT/hb-subset-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/subset/data/fonts $SRC/harfbuzz/test/api/fonts +zip -j -r $OUT/hb-subset-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/api/fonts