- Package:
- src:golang-github-cznic-ql
- Source:
- src:golang-github-cznic-ql
- Submitter:
- Chris Lamb
- Date:
- 2025-12-15 19:18:02 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that golang-github-cznic-ql could not be built reproducibly. This is because the testsuite generated a testdata.log file that ended up in the binary package. This meant, therefore, that if the tests were skipped (ie. via "nocheck") then the package would be differ as it would be missing that file. Patch attached that removes this file after running the tests.s [0] https://reproducible-builds.org/ Regards,