Skip to content

Commit bb33351

Browse files
committed
Bug 1962321 - Revert removing out/ directory after ossfuzz build, r=djackson
This didn't fix the fuzz introspector issue and instead seems to have caused oss-fuzz to write a workaround for caching: google/oss-fuzz#13492. Differential Revision: https://phabricator.services.mozilla.com/D264573 --HG-- extra : moz-landing-system : lando
1 parent 002fd6f commit bb33351

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

automation/ossfuzz/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,3 @@ for name in "${!tls_targets[@]}"; do
6666
copy_fuzzer nssfuzz-$name $name
6767
fi
6868
done
69-
70-
# Fuzz introspector picks up files in the out/Debug directory as fuzz
71-
# targets, messing up the generated reports.
72-
# To avoid this, we clear the build directory at the end. NSS libraries
73-
# are statically linked to the fuzz targets.
74-
rm -rf out/

0 commit comments

Comments
 (0)