Re: [OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.75

2024-03-01 Thread Richard Purdie
On Thu, 2024-02-29 at 08:32 -0800, Shinde, Yash via lists.openembedded.org wrote: > From: Yash Shinde > > With 1.75 rust release, the '.rustc' section of shared object libs > are embedded with absolute path names which is casuing > reproducibiluty issues. > This change will fix the path name

Re: [OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.75

2024-02-29 Thread Shinde, Yash via lists.openembedded.org
*Reproducibility:* Below targets are tested- - x86_64 - x86 - arm - arm64 Remaining targets yet to be tested. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196443): https://lists.openembedded.org/g/openembedded-core/message/196443 Mute This

[OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.75

2024-02-29 Thread Shinde, Yash via lists.openembedded.org
From: Yash Shinde With 1.75 rust release, the '.rustc' section of shared object libs are embedded with absolute path names which is casuing reproducibiluty issues. This change will fix the path name format back to '/rust/$hash' as in earlier versions. Below are the links for detailed bug