Skip to content

rust: Reproducable rust builds with workspace Cargo.lock

Jimmi Holst Christensen requested to merge reproducable-builds into master

This is not done. Now we copy the lock file over, it ends up in build/<project-name>/Cargo.lock but I see that for rust, we generate a build/Cargo.toml which is a workspace for the project and its dependencies. We need to somehow get the Cargo.lock out to the build folder. Any idea @noverby

Done

Edited by Jimmi Holst Christensen

Merge request reports

Loading