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