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

First pass at adding arm64 to the build. #77

Merged
merged 5 commits into from
Jan 15, 2022
Merged

Conversation

skeet70
Copy link
Member

@skeet70 skeet70 commented Jan 14, 2022

Both node-pre-gyp and rust need different platform and architecture
arguments since we have to cross compile. There aren't currently M1
action runners available to do this natively.

Uses rust-toolchain to set the default to the current matrix option,
need to make sure that works and that the linker used doesn't get messed
up for musl builds for ex.

This is in support of IronCoreLabs/ironnode#70

Both node-pre-gyp and rust need different platform and architecture
arguments since we have to cross compile. There aren't currently M1
action runners available to do this natively.

Uses rust-toolchain to set the default to the current matrix option,
need to make sure that works and that the linker used doesn't get messed
up for musl builds for ex.
@skeet70 skeet70 requested review from a team as code owners January 14, 2022 22:35
@skeet70 skeet70 requested review from coltfred and cjyar and removed request for a team January 14, 2022 22:35
@github-actions
Copy link

No changes to code coverage between the base branch and the head branch

.github/workflows/publish.yaml Outdated Show resolved Hide resolved
@github-actions
Copy link

No changes to code coverage between the base branch and the head branch

@github-actions
Copy link

No changes to code coverage between the base branch and the head branch

@github-actions
Copy link

No changes to code coverage between the base branch and the head branch

@skeet70
Copy link
Member Author

skeet70 commented Jan 15, 2022

The only failure here is due to the issue mentioned in #74, I'm going merge and see if the pre-release works.

nodejs/node#40058
jestjs/jest#10662

@skeet70 skeet70 merged commit 3ba5812 into main Jan 15, 2022
@skeet70 skeet70 deleted the 70-add-arm64-build-matrix branch January 15, 2022 00:39
Sign up for free to 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.

3 participants