Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 4.87 KB

File metadata and controls

38 lines (30 loc) · 4.87 KB

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

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

This project defines 5 modules:

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

  • 12 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: 22 ✅ 1019K
1.1.0 mvn jdk17.0.8 result: 22 ✅ 1018K
1.0.0 mvn jdk17.0.7 result: 18 ✅ 196K
1.0.0-beta0003 mvn jdk17.0.7 result: 18 ✅ 196K
1.0.0-beta0002 mvn jdk17.0.7 result: 18 ✅ 189K
1.0.0-beta0001 mvn jdk17.0.7 result: 18 ✅ 143K
0.0.6 mvn jdk17.0.5 result: 18 ✅ 143K
0.0.5 mvn jdk17.0.4.1 result: 18 ✅ 143K
0.0.4 mvn jdk17.0.4 result: 18 ✅ 142K
0.0.3 mvn jdk17.0.4 result: 18 ✅ 140K
0.0.2 mvn jdk17.0.3 result: 18 ✅ 138K
0.0.1 mvn jdk17.0.3 result: 18 ✅ 130K

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