Skip to content

Commit 57fd6ed

Browse files
authored
Add 5.6 nightly CI (#542)
The 5.6 nightly images are available, let's use them.
1 parent f758650 commit 57fd6ed

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docker/docker-compose.2004.56.yaml

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

0 commit comments

Comments
 (0)