Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
motivation: 5.6 is out

changes:
* use release version of 5.6
* add docker setup for 5.7 (using nightly for now)
  • Loading branch information
tomerd committed Mar 17, 2022
1 parent dc6dd5c commit a9d33a7
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.56.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
image: swift-log:20.04-5.6
build:
args:
base_image: "swiftlang/swift:nightly-5.6-focal"
ubuntu_version: "focal"
swift_version: "5.6"

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

services:

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

test:
image: swift-log:20.04-5.7
environment: []
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-log:20.04-5.7

0 comments on commit a9d33a7

Please sign in to comment.