Skip to content

build: only try to run node when it's needed by the target#24115

Closed
joyeecheung wants to merge 2 commits intonodejs:masterfrom
joyeecheung:run-use-openssl
Closed

build: only try to run node when it's needed by the target#24115
joyeecheung wants to merge 2 commits intonodejs:masterfrom
joyeecheung:run-use-openssl

Conversation

@joyeecheung
Copy link
Copy Markdown
Member

Right now node -p process.versions.openssl always gets run
in the Makefile even when it's not needed by the target
(e.g. make clean, make test-only). This patch makes it
a run time call instead of part of the global expansion.

Loading
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 pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants