Skip to content

cmake -E tar: Check 'copy_data' error code

Ruslan Baratov requested to merge ruslo/cmake:pr.copy_data_check into master

I'm not sure if this check skipped intentionally or not. I do experience situation when I see archive_write_data_block() message in logs but cmake -E tar xf return success status and there is no Problem with archive_write_finish_entry() error message. I guess it's some corner case because next operation failed with "No space left on device" error.

Edited by Brad King

Merge request reports