Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 3.72 KB

File metadata and controls

33 lines (25 loc) · 3.72 KB

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

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

This project defines 6 modules:

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

  • 5 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 1 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
1.3.0 mvn jdk21 result: 28 ✅ 2.2M
1.2.0 mvn jdk21 result: 26 ✅ 2 ⚠️ 🔍 2.1M
1.1.0 mvn jdk21 result: 12 ✅ 452K
1.0.0 mvn jdk17.0.7 result: 9 ✅ 98K
0.0.2 mvn jdk17.0.7 result: 9 ✅ 98K
0.0.1 mvn jdk17.0.7 result: 9 ✅ 98K

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