mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
42 stars 10 forks source link

Add support for s390x #14

Open eerhardt opened 2 years ago

eerhardt commented 2 years ago

One reason dotnet/runtime chooses not to use Mono.Posix in our tests is because it doesn't support all the platforms that we run our tests on. Specifically s390x. See the conversation here:

https://github.com/dotnet/runtime/issues/63811#issuecomment-1016181204

We should consider adding support for all the platforms that dotnet/runtime supports.