Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 3.47 KB

File metadata and controls

28 lines (20 loc) · 3.47 KB

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

Source code: https://github.com/takari/takari-lifecycle.git

This project defines 2 modules:

rebuilding 5 releases of io.takari.maven.plugins:takari-lifecycle-plugin:

  • 2 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 3 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
2.2.0 mvn jdk21 result: 4 ✅ 468K
2.1.8 mvn jdk11 result: 4 ✅ 474K
2.1.7 mvn jdk11 result: 3 ✅ 1 ⚠️ 🔍 📝 461K
2.1.6 mvn jdk11 result: 3 ✅ 1 ⚠️ 🔍 📝 461K
2.1.5 mvn jdk11 result: 2 ✅ 2 ⚠️ 🔍 461K

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