Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 3.07 KB

File metadata and controls

31 lines (23 loc) · 3.07 KB

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

Source code: https://github.com/antlr/antlr4.git

This project defines 6 modules:

rebuilding 4 releases of org.antlr:antlr4-master:

  • 2 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
4.13.2 mvn jdk11 result: 15 ✅ 5.4M
4.13.1 mvn jdk11 result: 15 ✅ 5.4M
4.13.0 mvn jdk11 result: 14 ✅ 1 ⚠️ 📝 5.4M
4.12.0 mvn jdk11 result: 14 ✅ 1 ⚠️ 🔍 📝 8.0M

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