Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort input file list #108

Merged
merged 1 commit into from Sep 23, 2017
Merged

Sort input file list #108

merged 1 commit into from Sep 23, 2017

Conversation

bmwiedemann
Copy link
Contributor

so that libmypaint builds in a reproducible way
in spite of indeterministic filesystem readdir order

because .c files become .o files that get linked into a .so
and functions are ordered depending on that.

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

so that libmypaint builds in a reproducible way
in spite of indeterministic filesystem readdir order

because .c files become .o files that get linked into a .so
and functions are ordered depending on that.

See https://reproducible-builds.org/ for why this matters.
@achadwick achadwick merged commit 71a18a9 into mypaint:master Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants