swift
swift copied to clipboard
Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux archs
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.
Looks like Wasmer doesn't support Amazon Linux either (even on x86_64), tests are failing with these errors:
/home/ec2-user/.wasmer/bin/wasmer: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/ec2-user/.wasmer/bin/wasmer)
/home/ec2-user/.wasmer/bin/wasmer: /lib64/libtinfo.so.5: no version information available (required by /home/ec2-user/.wasmer/bin/wasmer)
~Latest version of Wasmer also blocks x86_64 CI runs for us, reported as https://github.com/wasmerio/wasmer/issues/2772~
Update: fixed now.