Skip to content

Commit 5b4f03d

Browse files
authored
Add docker-compose file for Swift 5.9 (#682)
1 parent e18db27 commit 5b4f03d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docker/docker-compose.2204.58.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
image: async-http-client:22.04-5.8
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.8-jammy"
9+
ubuntu_version: "jammy"
10+
swift_version: "5.8"
1011

1112
documentation-check:
1213
image: async-http-client:22.04-5.8

docker/docker-compose.2204.59.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: async-http-client:22.04-5.9
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.9-jammy"
10+
11+
documentation-check:
12+
image: async-http-client:22.04-5.9
13+
14+
test:
15+
image: async-http-client:22.04-5.9
16+
environment:
17+
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
18+
#- SANITIZER_ARG=--sanitize=thread
19+
20+
shell:
21+
image: async-http-client:22.04-5.9

0 commit comments

Comments
 (0)