-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
install: always download SHA sums on Windows #1926
Conversation
yeah, I guess this is reasonable. @richardlau @joaocgreis @bzoz can one of you sanity check this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to be able to specify the lib files using an option as well, but this is certainly better than what is there now. Thanks @s100!
PR-URL: #1926 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
good stuff, landed in 032db2a |
hey, anyone think this one might be |
I don't see why. Downloads already happen for the .lib files, this adds a new one but fixes the breakage. |
PR-URL: #1926 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Checklist
npm install && npm test
passesDescription of change
Fixes #1924. Mitigates #1002.
On Windows, we download
node.lib
and check its SHA256 sum. That means that on Windows, we also need to download the expected SHA256 sums to check against, always.