Skip to content

Conversation

@moto-timo
Copy link
Contributor

avoids duplicate ninja rules for v8 used in host and target

From: minrk/node@5e533cb

Reported in nodejs/node#46690 and nodejs/node#37441

@cclauss
Copy link
Contributor

cclauss commented Feb 19, 2023

Please rebase.

@moto-timo moto-timo force-pushed the fix-v8-ninja-cross-compiling branch 2 times, most recently from 09e3ad8 to 58e88cf Compare February 20, 2023 17:20
@moto-timo
Copy link
Contributor Author

Rebased again.

avoids duplicate ninja rules for v8 used in host and target

From: minrk/node@5e533cb
Signed-off-by: Thomas Petazzoni <[email protected]>

Reported in nodejs/node#46690
and nodejs/node#37441

Minor refactoring as recommended by Christian Clauss.

Signed-off-by: Tim Orling <[email protected]>
@moto-timo moto-timo force-pushed the fix-v8-ninja-cross-compiling branch from 58e88cf to ef910d3 Compare February 20, 2023 17:49
@moto-timo
Copy link
Contributor Author

Rebased to pick up the xml.etree.cElementTree commit.

@moto-timo
Copy link
Contributor Author

@cclauss I believe I addressed your recommendations and rebase concerns. Anything else that needs to be done or any more discussion?

@cclauss
Copy link
Contributor

cclauss commented Feb 23, 2023

This pull request is rebased and the tests are all green. ✅ Thanks for that.

Now what we need is some maintainer who has enough expertise to review and approve or make suggestions.

@moto-timo
Copy link
Contributor Author

@cclauss great. Thank you for the response.

@ryzokuken
Copy link
Contributor

I can confirm that this goes with the default naming conventions of depot_tools and ninja, but I'd let someone else approve it for sure.

tie added a commit to tie/nixpkgs that referenced this pull request Jul 15, 2024
The v8 library supports only limited number of build platforms based on
the host architecture. The rule there is the bitness (the mixing of
32bit and 64bit architectures seems to be in most cases disallowed).
Thus this adds usage of the emulator of the host platform and builds
tools for that.

This also allows us to use ninja instead of make when build ≠ host while
waiting for nodejs/gyp-next#185 to be merged.

Co-authored-by: Ivan Trubach <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants