-
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
node-gyp fails for grpc on windows-latest action, with Node 12 and 14 #2114
Comments
This looks like some sort of mismatch/conflict between OpenSSL and BoringSSL. Node.js 10 is still on OpenSSL 1.1.1e while 12 and 14 were updated to 1.1.1g. |
@richardlau would this be something we could potentially fix on the grpc side of things (CC: @murgatroid99), or something that would need to be fixed in node-gyp (here's where I admit I tend to avoid compiled dependencies, and this is a knowledge gap for me). |
You can't just build |
Talking with Michael, it sounds like this is something that will need to be fixed on the |
Adding this link here for reference, there's a chance it's actually related to a Node regression: |
v12.16.3
(also observed onv14
).windows-latest
GitHub action (Windows Server 2019).Verbose output (from npm or node-gyp):
This failure started cropping up with the most recent release of Node 12, and also occurs on Node 14. We continue to be able to compile on Node 10 at latest.
A full failing test run can be found here (GitHub actions makes it difficult to copy the whole terminal).
The text was updated successfully, but these errors were encountered: