DioxusLabs / DioxusLabs/dioxus
Reproducible builds
Open
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
Is it possible to build a dioxus app on different machines and end up with bitwise identical output binaries? I found nothing online about dioxus + reproducible builds, so I figured there should be an issue here that people who wonder about it can find. And maybe get an answer.
https://reproducible-builds.org/
Rust programs in general can be built reproducible. Not automatically, but with some work it's possible. However, it depends on if there are/what non-Rust dependencies are in the dependency tree and how they are built etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.