Kitura-WebSocket-NIO
Kitura-WebSocket-NIO copied to clipboard
move CZlib in linux
I am using KituraNio on iOS, and it no need to use CZlib (zlib exists on Mac and iOS)
@djones6 Hi! Can you help me with CI? Why it is failed?
I also install swift-development-snapshot on my local machine and it compile successfully swift-DEVELOPMENT-SNAPSHOT-2019-09-26-a.xctoolchain
It also fails on empty #61 PR
@makleso6 it looks like the latest swift-nio doesn't compile on the older development snapshot this repo had configured for the CI. I'll update it to a recent 5.1 dev snapshot and restart the build.
@djones6 build passed, Thanks!
@djones6 CI fail again(
@djones6 CI fail again(
Hi @makleso6 , The build fails because of issue #63. PR #62 fixes the issue. Once merged you can rebase it to your change. Thanks.