Skip to content

Commit

Permalink
Add CI pipeline for Swift 5.10 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro authored Oct 4, 2023
1 parent bc1fada commit 5e12335
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docker/docker-compose.2204.510.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: "3"

services:

runtime-setup:
image: swift-kafka-client:22.04-5.10
build:
args:
base_image: "swiftlang/swift:nightly-5.10-jammy"

build:
image: swift-kafka-client:22.04-5.10

test:
image: swift-kafka-client:22.04-5.10
environment:
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
# - SANITIZER_ARG=--sanitize=thread # TSan broken still

shell:
image: swift-kafka-client:22.04-5.10
3 changes: 2 additions & 1 deletion docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
image: swift-kafka-client:22.04-5.9
build:
args:
base_image: "swiftlang/swift:nightly-5.9-jammy"
ubuntu_version: "jammy"
swift_version: "5.9"

build:
image: swift-kafka-client:22.04-5.9
Expand Down

0 comments on commit 5e12335

Please sign in to comment.