-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
comments about rule 9 "Order the instructions"
Instructions must produce the same result, but independent intermediate data elements can be built concurrently, and build tools actually do that. For example, make -j<N> (to run N compiler jobs in parallel) is extremely common in my scope and can create reproducible results, although the order of the instructions is not known and may change on each build.
This might require special attention, such as not including build.log with detailed filenames and alike, and of course it is easy to create a build process where the order does matter, so care is needed.
Metadata
Metadata
Assignees
Labels
No labels