Skip to content

Prebuilding for multiple target does not work with 6.0.1 #90

@Lesstat

Description

@Lesstat

We use prebuildify to prebuild for the target environments that we use and execute it something like this:

prebuildify -t 18.20.3 -t 20.13.1 -t electron@29.4.0 -t electron@30.0.6

With version 5.0.1 this resulted in 3 prebuilds with the names:

  • node.abi108.node
  • node.abi115.node
  • electron.abi121.node
  • electron.abi123.node

After upgrading to 6.0.1 we only get 1 prebuild with the name: my-package-name.node. This means the prebuild will only work in some environments and error in others. Prebuildify still runs three builds but I assume only the last one is available in the builds folder. Platform is Windows if that matters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions