Skip to content

Commit 432a932

Browse files
authored
ci update (apple#219)
motivation: 5.6 is out changes: * use release version of 5.6 * add docker setup for 5.7 (using nightly for now)
1 parent dc6dd5c commit 432a932

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docker/docker-compose.2004.56.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
image: swift-log:20.04-5.6
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.6-focal"
9+
ubuntu_version: "focal"
10+
swift_version: "5.6"
1011

1112
test:
1213
image: swift-log:20.04-5.6

docker/docker-compose.2004.57.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: swift-log:20.04-5.7
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-main-focal"
10+
11+
test:
12+
image: swift-log:20.04-5.7
13+
environment: []
14+
#- SANITIZER_ARG=--sanitize=thread
15+
16+
shell:
17+
image: swift-log:20.04-5.7

0 commit comments

Comments
 (0)