From fb01b59099a661460cca402c60268793946dc6b7 Mon Sep 17 00:00:00 2001 From: htuch Date: Tue, 28 Aug 2018 16:04:13 -0400 Subject: [PATCH] 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 --- projects/envoy/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/envoy/build.sh b/projects/envoy/build.sh index 1af45ba63..f00a4dfd6 100755 --- a/projects/envoy/build.sh +++ b/projects/envoy/build.sh @@ -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-*