Skip to content

Sort input file list

Bernhard M. Wiedemann requested to merge bmwiedemann/icmake:sort into master

Sort input file list so that libsupport.a and resulting icmake builds in a reproducible way in spite of non-deterministic filesystem readdir order

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

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

Merge request reports