Skip to content

Fix build MacOS x64 binary name error. - #249

Closed
shibd wants to merge 1 commit into
apache:masterfrom
shibd:test-mac64
Closed

Fix build MacOS x64 binary name error.#249
shibd wants to merge 1 commit into
apache:masterfrom
shibd:test-mac64

Conversation

@shibd

@shibdshibd commented Nov 25, 2022

Copy link
Copy Markdown
Member

Motivation

In MacOS x64, We pre-order build binary filenames are: napi-darwin-unknown-x86_64.tar.gz

However, the arch obtained by Node is x64. This way, when the user executes npm install, the binary file will not be found. Because it will go to request a download: napi-darwin-unknown-x64.tar.gz

Modifications

  • Change arch to x64.

Documentation

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    (Please explain why)

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

@shibdshibd changed the title Fix build MacOS x64.Fix build MacOS x64 binary name error.Nov 25, 2022
Comment thread.github/workflows/ci-build-release-napi.yml
@shibdshibd mentioned this pull request Nov 27, 2022
4 tasks
@shibd

Copy link
Copy Markdown
MemberAuthor

Close this, as #250 already contains it.

@shibdshibd closed this Nov 27, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@shibd@RobertIndie@BewareMyPower@tisonkun