mirror of https://github.com/google/oss-fuzz.git
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:
parent
59ed318427
commit
fb01b59099
|
@ -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-*
|
||||
|
|
Loading…
Reference in New Issue