Commit 42093d6a8e2f2bf03645e9c33ef4add70bada02a

Edward Thomson 2022-04-04T11:40:42

diff: don't stat empty file on arm32 (flaky test) Our CI test infrastructure virtualizes arm32 in docker, which is a sometimes imperfect situation. In `diff::workdir::can_diff_empty_file`, avoid the stat to ensure that the file is zero bytes; there is an odd issue running in qemu when emulating arm32 that we should skip.