We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edc421 commit ddc356eCopy full SHA for ddc356e
docker/docker-compose.2204.590.yaml
@@ -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
0 commit comments