Skip to content

v22.0.0 breaks --v8-lite-mode build missing action for js-to-wasm-tq-csa.cc #52710

Description

@davidfiala

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to Node.js builds or CI infrastructure.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions