Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(boot): sort readdir output for reproducibility (#9861)
Fixes #9794 `_boot/dune.exe` is installed, so it needs to be reproducible. This change ensures that the source files are scanned in an order that is independent from the underlying directory entries. This has been tested with `disorderfs --shuffle-dirents=yes`: two runs of `make bootstrap` create the same binary. Signed-off-by: Etienne Millon <me@emillon.org>
- Loading branch information