Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
build: Sort file list
to make build reproducible. Because filesystems/readdir returns entries in underministic order and the linker orders functions depending on input order the resulting fio binary differed across builds (which we do in disposable VMs for openSUSE) See https://reproducible-builds.org/ for why this matters. Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information