Add tests for build rule reproducibility
Open
@snowleopard is already working on this.
Since Nov 27, 2020.
enhancement
- Dominant language
- OCaml
- Stars
- 1.9k
- Forks
- 500
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 277
Description
To make the distributed build cache effective, we need to make sure that Dune's build rules are reproducible. In particular, Dune should set the BUILD_PATH_PREFIX_MAP correctly and shouldn't leak any non-deterministic paths, or other information, into build artifacts.
This issue is not high priority. I've assigning myself, however if anyone would like to give it a try, I'm happy to discuss further and review the PRs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.