Skip to content

Commit 2fcdb5e

Browse files
authored
[CI] Add docker compose setup for 5.5 (#410)
1 parent e696112 commit 2fcdb5e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: docker/docker-compose.2004.55.yaml

+18
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.5
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.5-focal"
10+
11+
12+
test:
13+
image: async-http-client:20.04-5.5
14+
environment: []
15+
#- SANITIZER_ARG=--sanitize=thread
16+
17+
shell:
18+
image: async-http-client:20.04-5.5

0 commit comments

Comments
 (0)