10 Commits

Author SHA1 Message Date
tomer doron
40a2be99fb add docker compose setup for swift 5.8 (#29)
motivation: prepare for swift 5.8

changes:
* align base Dockerfile with lambda runtime
* add docker compose setup for nightly 5.8
2023-01-25 18:47:31 -08:00
Fabian Fett
f1936ce147 Drop Swift 5.2 and 5.3 (#14)
As outlined in a [Swift forums post in November ’21](https://forums.swift.org/t/swiftnio-swift-version-support/53232), SwiftNIO will only support the latest non-patch Swift release and the 2 immediately prior non-patch versions.

In this commit we drop support for Swift 5.2 and 5.3.
2022-04-20 21:25:36 +02:00
Fabian Fett
281ad87869 Update swiftformat (#196)
changes: 
* Update swiftformat from 0.44 to 0.47
* Adjust rules
2021-03-26 10:34:34 -07:00
tomer doron
c654e39e95 remove symbolicate-linux-fatal from Docker (#173)
motivation: we are not actually using symbolicate-linux-fatal in any meaningful way in CI and it's pinned to the master branch which has been removed

changes: remove symbolicate-linux-fatal fetching from Docker
2020-10-08 09:13:29 +09:00
tomer doron
1ea5a4faf4 add docker-compose setup for amazon linux (#114)
motivation: swift 5.2.4 now supportes AL2

changes:
* add docker-compose file for al2 5.2.4
* correct 5.3 docker-file to say al2 instead of 18.04
2020-06-05 20:23:08 -07:00
tomer doron
dc8177ac86 docs cleanup (#91)
motivation: cleanup docs for oss

changes:
* add useful information in readme, with pointers to examples
* update ci setup and example to use latest tools
* update contributors list

Co-authored-by: Yim Lee <yim_lee@apple.com>
2020-05-28 12:19:19 -07:00
tomer doron
3933f259c5 update ci setup (#56)
motivation: 5.2 adoption, prepare for 5.3

changes:
* add 5.2 docker-compose setup
* add 5.3 docker-compose setup (placeholder)
* format
2020-04-03 19:50:46 -07:00
tomer doron
9ee63ef91e better formatting (#44)
motvation: update swift-format

changes:
* explicitly set swift version
* update swift-format to v44
2020-03-19 22:28:51 -07:00
tomer doron
51cdba9e57 add ci setup for 5.2 (#31)
motivation: 5.2 is coming soon, need to test against that target version

changes: add docker files setup for 5.2
2020-03-10 00:10:26 -07:00
tomer doron
a2155031ed add docker support (#15)
motivation: enable CI

changes: add docker files support for ubuntu 16.04 and 18.04 and swift 5.0 and 5.1

note that eventyally this will need to move to AL2 docker images, but we dont have official ones yet
2020-03-06 18:43:16 -08:00