-
Notifications
You must be signed in to change notification settings - Fork 30k
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
v22.0.0 breaks --v8-lite-mode build missing action for js-to-wasm-tq-csa.cc #52710
Labels
build
Issues and PRs related to build files or the CI.
Comments
I'm going to guess it is related to 4e278f0 where perhaps that target isn't being deselected in v8 lite mode. PR and Bug related:
PR on not including wasm in lite mode: |
Thank you for the detailed report. I opened a PR. PTAL. |
nodejs-github-bot
pushed a commit
that referenced
this issue
Jun 3, 2024
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #52725 Fixes: #52710 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
that referenced
this issue
Jun 3, 2024
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #52725 Fixes: #52710 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
eliphazbouye
pushed a commit
to eliphazbouye/node
that referenced
this issue
Jun 20, 2024
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: nodejs#52725 Fixes: nodejs#52710 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
bmeck
pushed a commit
to bmeck/node
that referenced
this issue
Jun 22, 2024
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: nodejs#52725 Fixes: nodejs#52710 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
22.0.0
Platform
Linux x86_64 Alpine 3.19.1
Subsystem
No response
What steps will reproduce the bug?
./configure --ninja --v8-lite-mode
ninja -C out/Release node
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?
Additional information
Last seen working on v21.7.3 commit in git. Seems exclusive to v22.0.0 tag.
The text was updated successfully, but these errors were encountered: