-
Notifications
You must be signed in to change notification settings - Fork 15
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
Verify dependency checksums #143
base: master
Are you sure you want to change the base?
Conversation
Why are you going with SHA256 here, but went with SHA512 in eclair? |
No reason I'll switch to SHA512 to be consistent with eclair. |
Dependency checksums are automatically verified when gradle/verification-metadata.xml is present.
8651590
to
c0a3d2e
Compare
Same comment as eclair, can you document how you initially generated those checksums, and the process to update them easily? |
Done in b1bed42. Checksums were initially generated with gradle and verified on 3 different machines (excluding github CI). |
What a mess!! |
We add a file that contains SHA512 checksums for all our dependencies, which will be verified during the build (checksum verification is automatically enabled when
gradle/verification-metadata.xml
is present).