Skip to content

Commit cf1c6db

Browse files
authored
Update kinds-of-reproducible-builds.md
1 parent 4211ee5 commit cf1c6db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kinds-of-reproducible-builds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ Why its matter:
2424

2525
**Functional reproducibility**: Focuses on ensuring that builds produce binaries with identical functionality, even if there are minor, non-functional differences in the output files (like timestamps or build paths). Typically, verifiers apply some kind normalization / canonicalization on the build output to achieve this.
2626

27+
**Compiler reproducibility**: Ensures that building the same source code with different compiler binares produces identical binary outputs, byte-for-byte. This is the essence of [diverse-double compiling](https://dwheeler.com/trusting-trust/).
28+
2729

0 commit comments

Comments
 (0)