Skip to content

doc: improve ninja build for --built-in-modules-path - #53007

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
jakecastelli:ninja-build-builtin-modules-path
May 17, 2024
Merged

doc: improve ninja build for --built-in-modules-path#53007
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
jakecastelli:ninja-build-builtin-modules-path

Conversation

@jakecastelli

Copy link
Copy Markdown
Member

The current ninja build does not work with --node-builtin-modules-path flag if without passing --ninja in, as it will use make to build from scratch again.

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label May 15, 2024
Comment threaddoc/contributing/building-node-with-ninja.md Outdated
The current ninja build does not work with `--node-builtin-modules-path`
flag without passing `--ninja` as it will use `make` to build from
scratch again.
@jakecastelli
jakecastelliforce-pushed the ninja-build-builtin-modules-path branch from 9c16924 to 562db7dCompareMay 16, 2024 01:10
Comment threaddoc/contributing/building-node-with-ninja.md Outdated
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels May 16, 2024
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 17, 2024
@nodejs-github-bot
nodejs-github-bot merged commit 00550b0 into nodejs:mainMay 17, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 00550b0

targos pushed a commit that referenced this pull request May 21, 2024
The current ninja build does not work with `--node-builtin-modules-path`
flag without passing `--ninja` as it will use `make` to build from
scratch again.
PR-URL: #53007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
@RafaelGSSRafaelGSS mentioned this pull request Jun 7, 2024
eliphazbouye pushed a commit to eliphazbouye/node that referenced this pull request Jun 20, 2024
The current ninja build does not work with `--node-builtin-modules-path`
flag without passing `--ninja` as it will use `make` to build from
scratch again.
PR-URL: nodejs#53007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
The current ninja build does not work with `--node-builtin-modules-path`
flag without passing `--ninja` as it will use `make` to build from
scratch again.
PR-URL: #53007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
@marco-ippolitomarco-ippolito mentioned this pull request Jul 19, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jakecastelli@nodejs-github-bot@lpinca@aduh95@marco-ippolito