|
|
|
|
|
by halayli
211 days ago
|
|
That barely scratches the surface when it comes to reproducible c and c++ builds. In fact the topic of reproducible builds assumes your sources are the same, as in that's really not the problem here. You need to control every single library header version you are using outside your source like stdlibs, os headers, third party, and have a strategy to deal with rand/datetime variables that can be part of the binary. |
|
Just use ClearCase/ClearMake, it's been doing all of this software configuration auditing stuff for you since the 1990s.