Skip to content

Make piglit binary output reproducible

Alexander Kanavin requested to merge alex.kanavin/piglit:fix-repro into main

These changes ensure that what piglit installs is bit by bit reproducible from one build to the next, if the source code does not change.

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

Merge request reports