-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Closed
Copy link
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
Version
22.0.0
Platform
Linux x86_64 Alpine 3.19.1
Subsystem
No response
What steps will reproduce the bug?
- Using x86_64 Alpine 3.19.1 checkout nodejs tag v22.0.0
- Configure with:
./configure --ninja --v8-lite-mode
- Attempt compilation with:
ninja -C out/Release node
- Observe error:
ninja: file is missing and not created by any action: 'gen/torque-generated/src/builtins/js-to-wasm-tq-csa.cc'
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
# ./configure --ninja --v8-lite-mode && ninja -C out/Release node
Node.js configure: Found Python 3.11.9...
INFO: configure completed successfully
ninja: entering directory 'out/Release'
ninja: file is missing and not created by any action: 'gen/torque-generated/src/builtins/js-to-wasm-tq-csa.cc'
Additional information
Last seen working on v21.7.3 commit in git. Seems exclusive to v22.0.0 tag.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.