File tree 4 files changed +54
-1
lines changed
4 files changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
6
6
image : swift-distributed-tracing:18.04-5.5
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-5.5-bionic"
9
+ ubuntu_version : " bionic"
10
+ swift_version : " 5.5"
10
11
11
12
test :
12
13
image : swift-distributed-tracing:18.04-5.5
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-distributed-tracing:20.04-5.6
7
+ build :
8
+ args :
9
+ ubuntu_version : " focal"
10
+ swift_version : " 5.6"
11
+
12
+ test :
13
+ image : swift-distributed-tracing:20.04-5.6
14
+ environment : []
15
+ # - SANITIZER_ARG=--sanitize=thread
16
+
17
+ shell :
18
+ image : swift-distributed-tracing:20.04-5.6
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-distributed-tracing:20.04-5.7
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-5.7-focal"
10
+
11
+ test :
12
+ image : swift-distributed-tracing:20.04-5.7
13
+ environment : []
14
+ # - SANITIZER_ARG=--sanitize=thread
15
+
16
+ shell :
17
+ image : swift-distributed-tracing:20.04-5.7
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-distributed-tracing:20.04-main
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-main-focal"
10
+
11
+ test :
12
+ image : swift-distributed-tracing:20.04-main
13
+ environment : []
14
+ # - SANITIZER_ARG=--sanitize=thread
15
+
16
+ shell :
17
+ image : swift-distributed-tracing:20.04-main
You can’t perform that action at this time.
0 commit comments