Skip to content

node.addon is produced for wrong architecture, ignoring npm_config_arch #700

Open
@gmorell

Description

@gmorell

Describe the bug A clear and concise description of what the bug is.

node.addon is produced for wrong architecture, ignoring npm_config_arch

Reproducing If possible, provide a list of commands or a code sample that
reproduces the bug that you are observing. Otherwise please describe as much as
possible in which circumstances the bug can be observed.

A yarn workspaces focus of a project with zeromq == "^6.1.2" on arm64/armhf will produce a node.addon for x8664, ignoring npm_config_arch.

Patching package.json to include the additional configuration for arm64/armhf does not change this situation.

Expected behavior A clear and concise description of what you expected to
happen.

The correct addon architecture is produced for the target system.

Tested on

  • OS: Debian
  • ZeroMQ.js version: 6.1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions