-
Notifications
You must be signed in to change notification settings - Fork 253
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
sha1: bump sha1-asm to v0.5 #289
Conversation
30d358d
to
cc5c6cd
Compare
Tested locally on an M1 Mac Mini:
|
cc5c6cd
to
1fb79e9
Compare
1fb79e9
to
9f4b884
Compare
Thank you sooo much, this is an absolute game changer on M1 which was previously hampered by a slow Sha1 at least compared to what Now verifying a 1.4GB highly compressed kernel pack takes just 17s, whereas git does the same in 37s. Program Runs
|
When building on windows, I am seeing this error (here the link to the ephemeral logs):
For now I am trying to fix it by not using |
@newpavlov Thanks a lot, I am now subscribed. Maybe on another note:
Unfortunately, without a solution, windows builds break due and right now the only way this works is to not use the |
@Byron |
Fantastic, I will keep the |
@Byron huh, that's really odd. We test on Windows targets, and don't use It seems like one of your other dependencies may have been activating the |
Aah hmm, maybe we should test MSVC without ASM as well, or attempt to. |
And maybe |
cc @Byron