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

Linux build not reproducible #34

Closed
pmconrad opened this issue Nov 18, 2019 · 0 comments · Fixed by #37
Closed

Linux build not reproducible #34

pmconrad opened this issue Nov 18, 2019 · 0 comments · Fixed by #37
Labels
bug Something isn't working

Comments

@pmconrad
Copy link
Collaborator

The reason is that the minor version of the operating system is part of the compiler version that gets put into the comment section of the binaries:

── readelf --wide --decompress --string-dump=.comment {}
│ @@ -1,4 +1,4 @@
│  
│  String dump of section '.comment':
│ -  [     0]  GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
│ +  [     0]  GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant