-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build using Guix #174
Build using Guix #174
Conversation
|
Will resolve #163 |
Can confirm I have the same checksums for the following files:
output/vertcoin-679107eb1d9c-win64.zip and output/vertcoin-679107eb1d9c-win64-debug.zip are different but output/vertcoin-679107eb1d9c-win64-setup-unsigned.exe is the same. From what I can see the rest of the linux ones are the same |
I get the same checksums as Alvie, with a discrepancy between the win64.zip and win64-debug.zip builds.
|
I re-ran just the windows host and got matching checksums as Alvie and KforG.
|
|
numski@numski:~/vertcoin-core$ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum |
This PR enables bootstrappable Vertcoin-Core builds using Guix for the following hosts.
Those wishing to provide attestations, please checkout this PR and add checksums as a comment.
Issues #166 and #165 are being mitigated by passing extra compilation flags.