File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
6
6
image : swift-cassandra-client:20.04-5.7
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-5.7-focal"
9
+ ubuntu_version : " focal"
10
+ swift_version : " 5.7"
10
11
11
12
build :
12
13
image : swift-cassandra-client:20.04-5.7
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ version: "3"
3
3
services :
4
4
5
5
runtime-setup :
6
- image : swift-cassandra-client:20.04-main
6
+ image : swift-cassandra-client:20.04-5.8
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-main -focal"
9
+ base_image : " swiftlang/swift:nightly-5.8 -focal"
10
10
11
11
build :
12
- image : swift-cassandra-client:20.04-main
12
+ image : swift-cassandra-client:20.04-5.8
13
13
14
14
test :
15
- image : swift-cassandra-client:20.04-main
15
+ image : swift-cassandra-client:20.04-5.8
16
16
environment : []
17
17
# - SANITIZER_ARG: "--sanitize=thread"
18
18
# - TSAN_OPTIONS: "no_huge_pages_for_shadow=0 suppressions=/code/tsan_suppressions.txt"
19
19
20
20
shell :
21
- image : swift-cassandra-client:20.04-main
21
+ image : swift-cassandra-client:20.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 : swift-cassandra-client:22.04-main
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-main-jammy"
10
+
11
+ build :
12
+ image : swift-cassandra-client:22.04-main
13
+
14
+ test :
15
+ image : swift-cassandra-client:22.04-main
16
+ environment : []
17
+ # - SANITIZER_ARG: "--sanitize=thread"
18
+ # - TSAN_OPTIONS: "no_huge_pages_for_shadow=0 suppressions=/code/tsan_suppressions.txt"
19
+
20
+ shell :
21
+ image : swift-cassandra-client:22.04-main
You can’t perform that action at this time.
0 commit comments