Skip to content

Commit

Permalink
Add CI for Swift 5.8 and update nightly to Ubuntu 22.04 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
yim-lee committed Jan 24, 2023
1 parent b2eff1c commit 32e8d72
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker/docker-compose.2004.57.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
image: swift-log:20.04-5.7
build:
args:
base_image: "swiftlang/swift:nightly-main-focal"
ubuntu_version: "focal"
swift_version: "5.7"

test:
image: swift-log:20.04-5.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: "3"
services:

runtime-setup:
image: swift-log:20.04-main
image: swift-log:20.04-5.8
build:
args:
base_image: "swiftlang/swift:nightly-main-focal"
base_image: "swiftlang/swift:nightly-5.8-focal"

test:
image: swift-log:20.04-main
image: swift-log:20.04-5.8
environment:
- FORCE_TEST_DISCOVERY=--enable-test-discovery
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-log:20.04-main
image: swift-log:20.04-5.8
18 changes: 18 additions & 0 deletions docker/docker-compose.2204.main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3"

services:

runtime-setup:
image: swift-log:22.04-main
build:
args:
base_image: "swiftlang/swift:nightly-main-jammy"

test:
image: swift-log:22.04-main
environment:
- FORCE_TEST_DISCOVERY=--enable-test-discovery
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-log:22.04-main

0 comments on commit 32e8d72

Please sign in to comment.