-
Notifications
You must be signed in to change notification settings - Fork 11
Linux build not reproducible #34
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working