Daniel Stender wrote on Sat, Dec 03, 2016 at 09:41:14 +0100: > Pyinfra doesn't build reproducibly on some archs (like armhf) [1], there is > some nondeterminism > in the Sphinx docs. I'll get into it.
Since it happens on armhf but not on amd64, it's probably caused by something being sensitive to readdir() ordering. (The disorderfs variation is enabled on i386,armhf only at this time.) Thanks, daniel