Details
-
Improvement
-
Resolution: Duplicate
-
Trivial
-
None
-
None
Description
todays master head is 0.4.15-dev-8241-g63935f8.
Ftr: The following 2 files have been collected from 0.4.14-release-116-g8754623, but the problem is still actual on master head.
The attached 2 files are the result of an MSVC build of:
configure -DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1
|
ninja bootcd -j1 | tee output.log
|
output_run1.log
output_run2.log
You can see that they both have exactly a size of 1.452.199 Bytes, and they do have 100% the same content, but they do show that each run of the build does compile the sources in slightly different order. But no code-changes were applied between the 2 builds.
Is it possible to add any parameter to the build that would force the order to be always the same?
Attachments
Issue Links
- duplicates
-
CORE-13548 Reproducible builds
- Closed