apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
7.96k stars 650 forks source link

Run CI against Linux-ARMv7 Community CIs #498

Open helje5 opened 6 years ago

helje5 commented 6 years ago

Swift itself now runs against the CI against ARMv7 Debian: Swift Community-Hosted Continuous Integration. Would be cool if that could also be somehow used to test NIO on ARMv7. If needed I can hook you up with the guy hosting the ARM build farm.

P.S.: Looks like there will also be a CI for ARM "big iron" (w/ ARM64v8): https://github.com/apple/swift-community-hosted-continuous-integration/pull/10 (those 96 cores machines: https://www.packet.net/bare-metal/servers/c1-large-arm/)

weissi commented 6 years ago

CC @tomerd is this something we can do?