File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : swift-kafka-client:22.04-5.10
7+ build :
8+ args :
9+ base_image : " swiftlang/swift:nightly-5.10-jammy"
10+
11+ build :
12+ image : swift-kafka-client:22.04-5.10
13+
14+ test :
15+ image : swift-kafka-client:22.04-5.10
16+ environment :
17+ - WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
18+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
19+ - STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
20+ # - SANITIZER_ARG=--sanitize=thread # TSan broken still
21+
22+ shell :
23+ image : swift-kafka-client:22.04-5.10
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
66 image : swift-kafka-client:22.04-5.9
77 build :
88 args :
9- base_image : " swiftlang/swift:nightly-5.9-jammy"
9+ ubuntu_version : " jammy"
10+ swift_version : " 5.9"
1011
1112 build :
1213 image : swift-kafka-client:22.04-5.9
You can’t perform that action at this time.
0 commit comments