Skip to content

Commit

Permalink
Add CI for Swift 5.8 and update nightly to Ubuntu 22.04 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
yim-lee authored Jan 24, 2023
1 parent 9b39d81 commit cbfde65
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 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-metrics:20.04-5.7
build:
args:
base_image: "swiftlang/swift:nightly-main-focal"
ubuntu_version: "focal"
swift_version: "5.7"

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

services:

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

test:
image: swift-metrics:20.04-5.8
environment: []
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-metrics:20.04-5.8
17 changes: 0 additions & 17 deletions docker/docker-compose.2004.main.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions docker/docker-compose.2204.main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3"

services:

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

test:
image: swift-metrics:22.04-main
environment: []
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-metrics:22.04-main

0 comments on commit cbfde65

Please sign in to comment.