Skip to content

Commit ddc356e

Browse files
Add Docker Compose file for Swift 5.9.0 (#33)
1 parent 7edc421 commit ddc356e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: docker/docker-compose.2204.590.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: "3"
2+
3+
services:
4+
runtime-setup:
5+
image: &image swift-openapi-ahc:22.04-5.9.0
6+
build:
7+
args:
8+
ubuntu_version: "jammy"
9+
swift_version: "5.9.0"
10+
11+
test:
12+
image: *image
13+
environment:
14+
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
15+
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
16+
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
17+
18+
shell:
19+
image: *image

0 commit comments

Comments
 (0)