Skip to content

Commit dc6dd5c

Browse files
authored
Add 5.6 nightly CI (apple#214)
The 5.6 nightly images are available, let's use them.
1 parent 5db2bc4 commit dc6dd5c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docker/docker-compose.2004.56.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.6
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.6-focal"
10+
11+
test:
12+
image: swift-log:20.04-5.6
13+
environment: []
14+
#- SANITIZER_ARG=--sanitize=thread
15+
16+
shell:
17+
image: swift-log:20.04-5.6

0 commit comments

Comments
 (0)