swift icon indicating copy to clipboard operation
swift copied to clipboard

Re-enable the test suite on ARM64 Ubuntu and all Amazon Linux archs

Open MaxDesiatov opened this issue 3 years ago • 2 comments

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.

MaxDesiatov avatar Jan 23 '22 16:01 MaxDesiatov

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)

MaxDesiatov avatar Jan 24 '22 09:01 MaxDesiatov

~Latest version of Wasmer also blocks x86_64 CI runs for us, reported as https://github.com/wasmerio/wasmer/issues/2772~

Update: fixed now.

MaxDesiatov avatar Jan 28 '22 11:01 MaxDesiatov