Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 4.32 KB

File metadata and controls

35 lines (27 loc) · 4.32 KB

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

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

This project defines 6 modules:

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

  • 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
1.0.0 mvn jdk21 result: 27 ✅ 1.3M
1.0.0-beta0002 mvn jdk21 result: 27 ✅ 1.3M
1.0.0-beta0001 mvn jdk21 result: 27 ✅ 1.3M
0.0.5 mvn jdk17.0.8.1 result: 27 ✅ 1.3M
0.0.4 mvn jdk17.0.7 result: 27 ✅ 806K
0.0.3 mvn jdk17.0.7 result: 27 ✅ 805K
0.0.2 mvn jdk17.0.7 result: 22 ✅ 136K
0.0.1 mvn jdk17.0.7 result: 18 ✅ 103K

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