]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Work around reproducibility issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2022 14:10:00 +0000 (15:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Aug 2022 14:41:36 +0000 (15:41 +0100)
commitc08c522fc29445aef0c64f0dd8df8a3531c04afa
tree1a9e7287bed0f86704a996e2283403dc7d7df08d
parentdfff5a176765c0e8b212bf31081f80e79025fd1b
rust: Work around reproducibility issues

Add a patch which removes the sections of code which encode buildpaths. Whilst
not ideal, the patches at least show where the problematic data is coming from
and should allow more focused work to resovle it by someone who has a better
understanding of rust and what this code is doing. It does look unlikely we
actually need this code in our usecases anyway.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust-source.inc
meta/recipes-devtools/rust/rust/hardcodepaths.patch [new file with mode: 0644]