Skip to content

Commit

Permalink
Add CI for Swift 5.10 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
yim-lee authored Feb 7, 2024
1 parent 622ce44 commit c8f217f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docker/docker-compose.2204.510.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3"

services:

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

documentation-check:
image: redistack:22.04-5.10

test:
image: redistack:22.04-5.10
environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread

shell:
image: redistack: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: redistack:22.04-5.9
build:
args:
base_image: "swiftlang/swift:nightly-5.9-jammy"
ubuntu_version: "jammy"
swift_version: "5.9"

documentation-check:
image: redistack:22.04-5.9
Expand Down

0 comments on commit c8f217f

Please sign in to comment.