FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v22.x backport] build: use glob for dependencies of out/Makefile by richardlau · Pull Request #56019 · nodejs/node · GitHub

/ node Public

[v22.x backport] build: use glob for dependencies of out/Makefile - #56019

Merged
aduh95 merged 1 commit into
nodejs:v22.x-stagingfrom
richardlau:v22.x-makefile-deps
Dec 10, 2024
Merged

[v22.x backport] build: use glob for dependencies of out/Makefile#56019
aduh95 merged 1 commit into
nodejs:v22.x-stagingfrom
richardlau:v22.x-makefile-deps

Conversation

Copy link
Copy Markdown
Member

Backport of #55789.


cc @ruyadorno (FWIW #55789 went out in Node.js 23.3.0 so would usually need to wait another week before landing on LTS to satisfy the 2 weeks in current guide.)

richardlau added the v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch. label Nov 27, 2024
nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Nov 27, 2024
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 27, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 27, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

The `out/Makefile` target in `Makefile` has an incomplete list of
`.gyp` files for Node.js dependencies in `deps`, but also the ones
that are listed are unconditional. If using any of the `--shared-*`
configure options, it should be possible to still build Node.js if
the corresponding directory under `deps` is removed.

Convert the explicit list of dependency `*.gyp` files for the
`out/Makefile` target to a glob. This will pick up any toplevel
`.gyp` files for dependencies present in `deps`.

PR-URL: nodejs#55789
Backport-PR-URL: nodejs#56019
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
aduh95 force-pushed the v22.x-makefile-deps branch from eab317a to 5e4cdd1 Compare December 10, 2024 21:30
aduh95 merged commit 5e4cdd1 into nodejs:v22.x-staging Dec 10, 2024

aduh95 commented Dec 10, 2024

Copy link
Copy Markdown
Contributor

Landed in 5e4cdd1

richardlau deleted the v22.x-makefile-deps branch December 10, 2024 23:21
ruyadorno pushed a commit that referenced this pull request Jan 5, 2025
The `out/Makefile` target in `Makefile` has an incomplete list of
`.gyp` files for Node.js dependencies in `deps`, but also the ones
that are listed are unconditional. If using any of the `--shared-*`
configure options, it should be possible to still build Node.js if
the corresponding directory under `deps` is removed.

Convert the explicit list of dependency `*.gyp` files for the
`out/Makefile` target to a glob. This will pick up any toplevel
`.gyp` files for dependencies present in `deps`.

PR-URL: #55789
Backport-PR-URL: #56019
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Apr 15, 2025
The `out/Makefile` target in `Makefile` has an incomplete list of
`.gyp` files for Node.js dependencies in `deps`, but also the ones
that are listed are unconditional. If using any of the `--shared-*`
configure options, it should be possible to still build Node.js if
the corresponding directory under `deps` is removed.

Convert the explicit list of dependency `*.gyp` files for the
`out/Makefile` target to a glob. This will pick up any toplevel
`.gyp` files for dependencies present in `deps`.

PR-URL: #55789
Backport-PR-URL: #56019
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL