envoy: cleanup bazel symlinks. (#1767)

These were doing bad things to the profile builds, with symlink chasing
resulting in pretty terrible performance.

Hopefully resolves
https://github.com/google/oss-fuzz/pull/1724#issuecomment-416322393.

Signed-off-by: Harvey Tuch <htuch@google.com>
This commit is contained in:
htuch 2018-08-28 16:04:13 -04:00 committed by Abhishek Arya
parent 59ed318427
commit fb01b59099
1 changed files with 4 additions and 0 deletions

View File

@ -104,3 +104,7 @@ done
for d in $FUZZER_DICTIONARIES; do
cp "$d" "${OUT}"/
done
# Cleanup bazel- symlinks to avoid oss-fuzz trying to copy out of the build
# cache.
rm -f bazel-*