-
Notifications
You must be signed in to change notification settings - Fork 40
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 fails with spawn EINVAL
#68
Comments
derevnjuk
added a commit
to derevnjuk/node-gyp-build
that referenced
this issue
Apr 15, 2024
Merged
derevnjuk
added a commit
to derevnjuk/node-gyp-build
that referenced
this issue
Apr 15, 2024
derevnjuk
added a commit
to derevnjuk/node-gyp-build
that referenced
this issue
Apr 16, 2024
csett86
added a commit
to jitsi/jitsi-meet-electron-sdk
that referenced
this issue
Apr 21, 2024
csett86
added a commit
to jitsi/jitsi-meet-electron-sdk
that referenced
this issue
Apr 21, 2024
* ci: update to v4 actions the upload action no longer allows "appending" to the same name, so merge on download as described https://github.com/actions/download-artifact?tab=readme-ov-file#download-multiple-filtered-artifacts-to-the-same-directory * ci: workaround windows spawns issues See prebuild/node-gyp-build#68 and https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
@mafintosh, do you have any updates on this? Could you please review the PR? |
Same problem. |
mafintosh
pushed a commit
that referenced
this issue
May 2, 2024
facebook-github-bot
pushed a commit
to WhatsApp/tree-sitter-erlang
that referenced
this issue
Feb 14, 2025
Summary: The CI issue on Windows was caused by a vulnerability. This was fixed in: * [`prebuildify`](prebuild/node-gyp-build#68) 6.0.1 * [`tree-sitter`](tree-sitter/node-tree-sitter@4017cfe) 0.22.2 Bump the dependencies to include the respective fixes. I am not sure if the Tree Sitter version has to be kept in sync with the one in `Cargo.toml`, so please advise. Also, I run: ``` make make deps make gen ``` To propagate the bump, not sure if more is needed. Reviewed By: alanz Differential Revision: D69656300 fbshipit-source-id: f73d873b510b9532f44dd7ee88028576a75db8d1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
The build process fails with an
EINVAL
error during thespawn
operation innode-gyp-build
. This issue seems to affect only Windows x86 configurations. A similar problem has been reported inprebuildify
: prebuild/prebuildify#83.Steps to Reproduce
node-gyp-build
in a Windows x86 environment using Node.js versions 18 or 20.Expected Behavior
The build should complete without errors.
Actual Behavior
The build process fails and outputs the following error:
The text was updated successfully, but these errors were encountered: