File tree Expand file tree Collapse file tree 3 files changed +44
-22
lines changed Expand file tree Collapse file tree 3 files changed +44
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-http-structured-headers:22.04-5.8
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-5.8-jammy"
10
+ ubuntu_version : " jammy"
11
+
12
+ unit-tests :
13
+ image : swift-http-structured-headers:22.04-5.8
14
+
15
+ test :
16
+ image : swift-http-structured-headers:22.04-5.8
17
+ environment :
18
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
19
+
20
+ shell :
21
+ image : swift-http-structured-headers:22.04-5.8
22
+
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-http-structured-headers:22.04-main
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-main-jammy"
10
+ ubuntu_version : " jammy"
11
+
12
+ unit-tests :
13
+ image : swift-http-structured-headers:22.04-main
14
+
15
+ test :
16
+ image : swift-http-structured-headers:22.04-main
17
+ environment :
18
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
19
+
20
+ shell :
21
+ image : swift-http-structured-headers:22.04-main
22
+
You can’t perform that action at this time.
0 commit comments