Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 3.84 KB

File metadata and controls

33 lines (25 loc) · 3.84 KB

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

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

This project defines 4 modules:

rebuilding 8 releases of com.io7m.canonmill:com.io7m.canonmill:

  • 8 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
2.1.0 mvn jdk21 result: 17 ✅ 852K
2.0.1 mvn jdk21 result: 17 ✅ 851K
2.0.0 mvn jdk21 result: 17 ✅ 848K
1.0.0 mvn jdk17.0.8 result: 17 ✅ 849K
1.0.0-beta0001 mvn jdk17.0.8 result: 17 ✅ 830K
0.0.5 mvn jdk17.0.4.1 result: 14 ✅ 129K
0.0.2 mvn jdk17.0.3 result: 14 ✅ 127K
0.0.1 mvn jdk17.0.3 result: 14 ✅ 127K

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