Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gmorell opened this issue Jan 7, 2025 · 0 comments
Open
Labels

Comments

@gmorell
Copy link

gmorell commented Jan 7, 2025

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
@gmorell gmorell added the bug label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant