From f34c86166ae321db1f7668ad34a60ba0c91935e0 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sun, 19 Aug 2018 14:21:18 -0700 Subject: [PATCH] Create empty file to avoid firefox build failure --- projects/firefox/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/firefox/build.sh b/projects/firefox/build.sh index ae71874b5..899dfe179 100755 --- a/projects/firefox/build.sh +++ b/projects/firefox/build.sh @@ -25,7 +25,7 @@ FUZZ_TARGETS=( # Firefox object (build) directory. OBJDIR=$WORK/obj-fuzz -[[ $SANITIZER = "coverage" ]] && exit 0 +[[ $SANITIZER = "coverage" ]] && touch $OUT/empty && exit 0 # Firefox fuzzing build configuration. cat << EOF > mozconfig