-
Notifications
You must be signed in to change notification settings - Fork 833
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
Add ARM64 Linux to CI matrix #1608
Conversation
bors try |
bors try- |
bors try |
Codecov Report
@@ Coverage Diff @@
## master #1608 +/- ##
==========================================
- Coverage 31.72% 31.72% -0.01%
==========================================
Files 185 185
Lines 27000 27000
==========================================
- Hits 8567 8565 -2
- Misses 18433 18435 +2
Continue to review full report at Codecov.
|
tryBuild succeeded: |
bors try |
tryBuild succeeded: |
Interesting failure /~https://github.com/wasmerio/wasmer/runs/1103249251 looks like we need libclang to build libffi for the CAPI to work on ARM |
bors try |
tryMerge conflict. |
bors try |
bors try- |
bors try |
bors try- |
bors try |
bors try- |
bors try |
tryBuild succeeded: |
bors try |
tryBuild succeeded: |
bors try |
bors try- |
bors try |
tryBuild succeeded: |
asset_name: wasmer-darwin-amd64.tar.gz | ||
asset_content_type: application/gzip | ||
- name: Upload Release Asset Linux aarch64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to be consistent about "arm" vs. "aarch64". I'm fine with either myself (I live my best life by pretending arm32 doesn't exist) but if you want to leave open the possibility of 32-bit arm in the future, change 'arm' to 'aarch64' throughout this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! All the remaining uses are required as that's the label that Github Actions uses (ARM64
)
Co-authored-by: nlewycky <nick@wasmer.io>
bors r+ |
Canceled. |
bors r- |
bors r+ |
Build succeeded: |
Review