Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid disk usage explosion when copying busybox
When running runc tests with temp directory with size 500M copying busybox without preserving hardlinks causes the folder to inflate to roughly 330M. Copying busybox twice in certain tests causes the /tmp directory to overfill. Using `-a` preserves links which busybox uses to implement its choice of binary to run. Signed-off-by: Tom Godkin <tgodkin@pivotal.io>
- Loading branch information