heneault / yocto-pitrezor

raspberry pi zero platform to run the trezor port pitrezor as a bitcoin wallet
https://www.pitrezor.com
MIT License
116 stars 30 forks source link

Compile from Source Code #21

Closed StingJohnson closed 1 month ago

StingJohnson commented 1 year ago

Hi, i wanted to build from source code and i git cloned and ran the build script. It turned out that the compiled zip file has a different hash than the pre-built binary file. Would you let me know what can be the issue?

heneault commented 1 year ago

I suspect that could be the date of each file. The compiler probably use the current date each time it generate the files so that could explain the difference at the file system level. Did you try to binary compare both tree side by side ?