Skip to content

Commit

Permalink
Update CI (#116)
Browse files Browse the repository at this point in the history
- Swift 5.8 docker images are available
- Add docker-compose file for Swift 5.9
  • Loading branch information
yim-lee authored Apr 5, 2023
1 parent bb7fa3b commit aae93f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.2004.58.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
image: swift-distributed-tracing:20.04-5.8
build:
args:
base_image: "swiftlang/swift:nightly-5.8-focal"
ubuntu_version: "focal"
swift_version: "5.8"

test:
image: swift-distributed-tracing:20.04-5.8
Expand Down
17 changes: 17 additions & 0 deletions docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3"

services:

runtime-setup:
image: swift-distributed-tracing:22.04-5.9
build:
args:
base_image: "swiftlang/swift:nightly-5.9-jammy"

test:
image: swift-distributed-tracing:22.04-5.9
environment:
- FORCE_TEST_DISCOVERY=--enable-test-discovery

shell:
image: swift-distributed-tracing:22.04-5.9

0 comments on commit aae93f8

Please sign in to comment.