Skip to content

fix: permissions on qemu image resize

Eddy Seager requested to merge eddy-seager/rules_labgrid:resize into main

Fixes a permission denied when running QEMU with remote execution. Because bazel creates files as read-only under bazel-out, the chmod is needed in order for the image to be resized.

Edited by Eddy Seager

Merge request reports