forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux archs #4152
Labels
continuous integration
Improvements to continuous integration
Comments
MaxDesiatov
added
the
continuous integration
Improvements to continuous integration
label
Jan 23, 2022
MaxDesiatov
changed the title
Re-enable the test suite on ARM64
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux variants
Jan 24, 2022
MaxDesiatov
changed the title
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux variants
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux archs
Jan 24, 2022
Looks like Wasmer doesn't support Amazon Linux either (even on x86_64), tests are failing with these errors:
|
MaxDesiatov
added a commit
that referenced
this issue
Jan 24, 2022
MaxDesiatov
added a commit
that referenced
this issue
Jan 25, 2022
Tests on this new platform are disabled for now due to #4152. Related to #1854. * Add Ubuntu 20.04 on ARM64 build agent * Don't attempt to install Wasmer on linux-aarch64 * Fix typo: `==` -> `!=` * Fix `sccache` installation on aarch64 * Use `aarch64` suffix in `target` property * Fix `aarch64` suffix use * Apply suggestions from code review Co-authored-by: Yuta Saito <[email protected]>
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the test suite is disabled on ARM64 platforms, as Wasmer doesn't support these platforms really well, and doesn't support aarch64 Linux at all. One potential solution could migration to wasmtime.
The text was updated successfully, but these errors were encountered: