Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.31 KB

File metadata and controls

26 lines (18 loc) · 2.31 KB

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

Source code: https://github.com/jpmml/jpmml-lightgbm.git

This project defines 2 modules:

rebuilding 3 releases of org.jpmml:jpmml-lightgbm:

  • 1 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 2 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
1.5.5 mvn jdk11 result: 4 ✅ 85K
1.5.4 mvn jdk8 result: 3 ✅ 1 ⚠️ 82K
1.5.3 mvn jdk8 result: 3 ✅ 1 ⚠️ 81K

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