Skip to content

tracie: Switch to using shutil.move for cross filesystem moves

Rohan Garg requested to merge shadeslayer/mesa:use-shutil into master

When running tracie in a docker container, renaming files from inside the container to a bind-mounted folder on the host causes a invalid cross-device link due to os.rename limitations.

Switching to shutil allows us to overcome this.

Signed-off-by: Rohan Garg rohan.garg@collabora.com

Edited by Rohan Garg

Merge request reports