Skip to content

Reproducible builds #4269

Open
Open
@faern

Description

@faern

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions