Skip to content

Build output depends on environment #315

@frankdavid

Description

@frankdavid

We use the SEV crate in our project that must be built reproducibly and we verify that each of our crate dependencies is reproducible as well.

The SEV crate's build.rs depends on whether /dev/sev or /dev/sev-guest is available. This causes the build to have a different output based on the machine where the build takes place. It'd be nice if there was a way (e.g. with a feature flag) to compile the crate such that the output does not depend on the build environment.

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