Skip to content

Commit

Permalink
Add docker-compose file for Swift 5.9 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
yim-lee authored Apr 13, 2023
1 parent 0e0d0aa commit 78d6cc4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.2204.58.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
image: swift-nio-extras:22.04-5.8
build:
args:
base_image: "swiftlang/swift:nightly-main-jammy"
ubuntu_version: "jammy"
swift_version: "5.8"

test:
image: swift-nio-extras:22.04-5.8
Expand Down
20 changes: 20 additions & 0 deletions docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3"

services:

runtime-setup:
image: swift-nio-extras:22.04-5.9
build:
args:
base_image: "swiftlang/swift:nightly-5.9-jammy"

test:
image: swift-nio-extras:22.04-5.9
environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error

documentation-check:
image: swift-nio-extras:22.04-5.9

shell:
image: swift-nio-extras:22.04-5.9

0 comments on commit 78d6cc4

Please sign in to comment.