Skip to content
Commit 9bf0015a authored by Chris Reed's avatar Chris Reed
Browse files

run: copy artifacts with --sparse=never



On macOS, files copied on a bind mounted volume can be corrupted if the
original is sparse. In particular, this can happen for the rootfs image.
Setting --sparse=never in the copy prevents this corruption.

The rootfs.ext2 resulting from the current buildroot.yaml is not sparse,
so this change will only noticeably affect custom configurations.

Signed-off-by: default avatarChris Reed <chris.reed@arm.com>
parent 2697b54d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment