[envoy] Remove debug logging and add rsync for sources from /tmp.

This commit is contained in:
Max Moroz 2019-03-01 06:41:20 -08:00
parent 014f0f5e2c
commit d1cb3ca862
1 changed files with 1 additions and 1 deletions

View File

@ -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/.