Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 3.81 KB

File metadata and controls

32 lines (24 loc) · 3.81 KB

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

Source code: https://github.com/eclipse/transformer.git

This project defines 7 modules:

rebuilding 4 releases of org.eclipse.transformer:org.eclipse.transformer.parent:

  • 3 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.0.0 mvn jdk17 result: 17 ✅ 1.4M
0.5.0 mvn jdk17 result: 3 ⚠️ 81K
0.4.0 mvn jdk17 result: 14 ✅ 961K
0.2.0 mvn jdk8 result: 11 ✅ 829K

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