mirror of https://github.com/google/oss-fuzz.git
[envoy] Remove debug logging and add rsync for sources from /tmp.
This commit is contained in:
parent
014f0f5e2c
commit
d1cb3ca862
|
@ -106,7 +106,7 @@ then
|
|||
"*.hpp" "--include" "*.cpp" "--include" "*.c" "--include" "*/" "--exclude" "*")
|
||||
rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${SRC}"/envoy/bazel-out "${REMAP_PATH}"
|
||||
rsync -avLkR "${RSYNC_FILTER_ARGS[@]}" "${HOME}" "${OUT}"
|
||||
ls -laR "${OUT}${HOME}/.cache"
|
||||
rsync -avLkR "${RSYNC_FILTER_ARGS[@]}" /tmp "${OUT}"
|
||||
fi
|
||||
|
||||
# Copy out test driverless binaries from bazel-bin/.
|
||||
|
|
Loading…
Reference in New Issue