We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18db27 commit 5b4f03dCopy full SHA for 5b4f03d
docker/docker-compose.2204.58.yaml
@@ -6,7 +6,8 @@ services:
6
image: async-http-client:22.04-5.8
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-5.8-jammy"
+ ubuntu_version: "jammy"
10
+ swift_version: "5.8"
11
12
documentation-check:
13
docker/docker-compose.2204.59.yaml
@@ -0,0 +1,21 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: async-http-client:22.04-5.9
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.9-jammy"
+ documentation-check:
14
+ test:
15
16
+ environment:
17
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
18
+ #- SANITIZER_ARG=--sanitize=thread
19
20
+ shell:
21
0 commit comments