-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
build: missing defenitions from headers tarball #23167
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.questionIssues asking questions about Node.js.Issues asking questions about Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.questionIssues asking questions about Node.js.Issues asking questions about Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
I did a semi-thorough grep for symbols our deps use to customise their build, and found a few. First one might have helped find #23122 earlier.
Question is, should we define them, and how (probably via
common.gypi)?@nodejs/build-files