You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binary: strip /home/<user> prefix to restore reproducible builds
We added the bip32-ed25519 dependency from git.
This added the string `/home/dockeruser/.cargo/git/checkouts/...` to
the binary. Verified using `arm-none-eabi-strings firmware.bin | grep /home`.
We strip the home prefix completely. The already existing remap exists
for the same reason. We keep it b/c simply stripping the home folder
here is not sufficient (the whole repo path can be different).
0 commit comments