Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 4.75 KB

File metadata and controls

38 lines (30 loc) · 4.75 KB

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

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

This project defines 5 modules:

rebuilding 12 releases of com.io7m.blackthorne:com.io7m.blackthorne:

  • 8 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 4 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
2.0.1 mvn jdk21 result: 17 ✅ 968K
2.0.0 mvn jdk17.0.8 result: 17 ✅ 966K
2.0.0-beta0001 mvn jdk17.0.8 result: 17 ✅ 960K
1.3.1 mvn jdk17.0.3 result: 13 ✅ 147K
1.3.0 mvn jdk17.0.1 result: 13 ✅ 147K
1.2.1 mvn jdk14.0.2 result: 14 ✅ 153K
1.2.0 mvn jdk14.0.2 result: 14 ✅ 152K
1.1.0 mvn jdk14.0.2 result: 14 ✅ 150K
1.0.0 mvn jdk14.0.2
0.0.5 mvn jdk11.0.5
0.0.4 mvn jdk11.0.5
0.0.3 mvn jdk11

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