Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 3.1 KB

README.md

File metadata and controls

31 lines (23 loc) · 3.1 KB

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

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

This project defines 5 modules:

rebuilding 5 releases of com.io7m.jxe:com.io7m.jxe:

  • 5 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.0.0 mvn jdk21 result: 17 ✅ 943K
1.1.0 mvn jdk21 result: 12 ✅ 584K
1.0.3 mvn jdk21 result: 12 ✅ 584K
1.0.2 mvn jdk17.0.8 result: 18 ✅ 717K
1.0.0 mvn jdk14.0.2 result: 14 ✅ 99K

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