guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.8k stars 223 forks source link

Sort input file list #215

Closed bmwiedemann closed 3 years ago

bmwiedemann commented 3 years ago

Sort input file list so that goxel builds in a reproducible way in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461

(without this patch there were variations in /usr/bin/goxel machine code)

See https://reproducible-builds.org/ for why this is good.

This PR was done while working on reproducible builds for openSUSE.

guillaumechereau commented 3 years ago

Good catch.