forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux archs #4152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
continuous integration
Improvements to continuous integration
Comments
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 <kateinoigakukun@gmail.com>
This comment has been minimized.
This comment has been minimized.
Closing as we already stopped shipping compiler toolchains in favor of Swift SDKs |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: