We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc27f86 + d873514 commit 6a86b64Copy full SHA for 6a86b64
docker/docker-compose.2204.510.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
+ runtime-setup:
5
+ image: &image swift-openapi-runtime:22.04-5.10
6
+ build:
7
+ args:
8
+ base_image: "swiftlang/swift:nightly-5.10-jammy"
9
10
+ test:
11
+ image: *image
12
+ environment:
13
+ - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
14
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
15
+ - STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
16
17
+ shell:
18
docker/docker-compose.2204.59.yaml
@@ -5,7 +5,8 @@ services:
image: &image swift-openapi-runtime:22.04-5.9
build:
args:
- base_image: "swiftlang/swift:nightly-5.9-jammy"
+ ubuntu_version: "jammy"
+ swift_version: "5.9"
test:
image: *image
0 commit comments