File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
6
6
image : async-http-client:22.04-5.8
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-5.8-jammy"
9
+ ubuntu_version : " jammy"
10
+ swift_version : " 5.8"
10
11
11
12
documentation-check :
12
13
image : async-http-client:22.04-5.8
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : async-http-client:22.04-5.9
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-5.9-jammy"
10
+
11
+ documentation-check :
12
+ image : async-http-client:22.04-5.9
13
+
14
+ test :
15
+ image : async-http-client:22.04-5.9
16
+ environment :
17
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
18
+ # - SANITIZER_ARG=--sanitize=thread
19
+
20
+ shell :
21
+ image : async-http-client:22.04-5.9
You can’t perform that action at this time.
0 commit comments