Skip to content

process.versions.zlib does not include the commit hash #50139

Closed
@panva

Description

@panva

Despite upgrade to the bundled zlib library in #50085 the process.versions.zlib output remains the same.

node -p 'process.versions.zlib'
1.2.13.1-motley
node -v
v18.18.1
./node -p 'process.versions.zlib'
1.2.13.1-motley
./node -v
v21.0.0-pre

The expected output of process.versions.zlib would be e.g. 1.2.13.1-motley-f5fd0ad, that is including the commit hash from upstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file.zlibIssues and PRs related to the zlib subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions