Skip to content

Commit 795f011

Browse files
authored
add 5.4 docker setup for CI
motivation: 5.4 is out! changes: use release docker images instead of nightly
1 parent f352103 commit 795f011

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docker/docker-compose.2004.54.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.4
7+
build:
8+
args:
9+
ubuntu_version: "focal"
10+
swift_version: "5.4"
11+
12+
test:
13+
image: async-http-client:20.04-5.4
14+
environment: []
15+
#- SANITIZER_ARG=--sanitize=thread
16+
17+
shell:
18+
image: async-http-client:20.04-5.4

0 commit comments

Comments
 (0)