Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 3.35 KB

File metadata and controls

30 lines (22 loc) · 3.35 KB

Reproducible Builds an independently-verifiable path from source to binary code

Source code: https://github.com/io7m/wendover.git

This project defines 3 modules:

rebuilding 6 releases of com.io7m.wendover:com.io7m.wendover:

  • 6 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 0 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
1.0.2 mvn jdk21 result: 12 ✅ 588K
1.0.1 mvn jdk17.0.7 result: 12 ✅ 587K
0.0.4 mvn jdk17.0.3 result: 9 ✅ 75K
0.0.3 mvn jdk17.0.3 result: 9 ✅ 73K
0.0.2 mvn jdk17.0.3 result: 9 ✅ 77K
0.0.1 mvn jdk17.0.3 result: 9 ✅ 73K

(size is calculated without javadoc, that has been excluded from reproducibility checks)