Create empty file to avoid firefox build failure

This commit is contained in:
Abhishek Arya 2018-08-19 14:21:18 -07:00 committed by GitHub
parent b4c15969db
commit f34c86166a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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