-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels