- Package:
- src:rust-opam-file-rs
- Source:
- src:rust-opam-file-rs
- Submitter:
- Chris Lamb
- Date:
- 2026-04-22 22:13:02 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that rust-opam-file-rs could not be built reproducibly. This is because running the testsuite generates a parser.rs file which gets included in the binary package. This means that if the tests are skipped, then the package will not include this file... meaning that the package is unreproducible. Patch attached. [0] https://reproducible-builds.org/ Regards,