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

build: deprecate always enabled `--enable-static` by legendecas · Pull Request #65103 · nodejs/node · GitHub

/ node Public

build: deprecate always enabled --enable-static - #65103

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:macos-fully-static
Aug 10, 2026
Merged

build: deprecate always enabled --enable-static#65103
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:macos-fully-static

Conversation

legendecas commented Aug 7, 2026
edited
Loading

Copy link
Copy Markdown
Member

libnode.a is now always produced, unless configured with flag
--shared which would produce libnode.[so|dylib|dll] instead.
This deprecates the no-op flag --enable-static.

Refs: #65026
Refs: #63626

`libnode.a` is now always produced, unless configured with flag
`--shared`. This deprecates the no-op flag `--enable-static`.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
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 Aug 7, 2026
legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 7, 2026
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 7, 2026
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

legendecas added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 10, 2026
nodejs-github-bot merged commit 4a4cc1e into nodejs:main Aug 10, 2026
86 of 88 checks passed

Copy link
Copy Markdown
Collaborator

Landed in 4a4cc1e

nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 10, 2026
legendecas deleted the macos-fully-static branch August 10, 2026 20:38
aduh95 pushed a commit that referenced this pull request Aug 13, 2026
`libnode.a` is now always produced, unless configured with flag
`--shared`. This deprecates the no-op flag `--enable-static`.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #65103
Refs: #65026
Refs: #63626
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
`libnode.a` is now always produced, unless configured with flag
`--shared`. This deprecates the no-op flag `--enable-static`.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #65103
Refs: #65026
Refs: #63626
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL