Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 4.42 KB

File metadata and controls

36 lines (28 loc) · 4.42 KB

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

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

This project defines 5 modules:

rebuilding 10 releases of com.io7m.hibiscus:com.io7m.hibiscus:

  • 10 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: 17 ✅ 2.3M
1.0.0-beta0001 mvn jdk21 result: 17 ✅ 2.2M
0.0.8 mvn jdk17.0.7 result: 14 ✅ 157K
0.0.7 mvn jdk17.0.6 result: 14 ✅ 156K
0.0.6 mvn jdk17.0.6 result: 14 ✅ 147K
0.0.5 mvn jdk17.0.6 result: 14 ✅ 146K
0.0.4 mvn jdk17.0.6 result: 14 ✅ 138K
0.0.3 mvn jdk17.0.6 result: 5 ✅ 33K
0.0.2 mvn jdk17.0.6 result: 5 ✅ 32K
0.0.1 mvn jdk17.0.6 result: 5 ✅ 30K

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