Skip to content

Commit 42b0637

Browse files
authored
ci update (#570)
motivation: 5.6 is out changes: * use release version of 5.6 * add docker setup for 5.7 (using nightly for now)
1 parent 71af9c7 commit 42b0637

4 files changed

+22
-7
lines changed

docker/docker-compose.2004.55.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
version: "3"
22

33
services:
4-
4+
55
runtime-setup:
66
image: async-http-client:20.04-5.5
77
build:
88
args:
99
ubuntu_version: "focal"
1010
swift_version: "5.5"
11-
1211

1312
test:
1413
image: async-http-client:20.04-5.5

docker/docker-compose.2004.56.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: "3"
22

33
services:
4-
4+
55
runtime-setup:
66
image: async-http-client:20.04-5.6
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.6-focal"
10-
9+
ubuntu_version: "focal"
10+
swift_version: "5.6"
1111

1212
test:
1313
image: async-http-client:20.04-5.6

docker/docker-compose.2004.57.yaml

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

docker/docker-compose.2004.main.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: "3"
22

33
services:
4-
4+
55
runtime-setup:
66
image: async-http-client:20.04-main
77
build:
88
args:
99
base_image: "swiftlang/swift:nightly-main-focal"
10-
1110

1211
test:
1312
image: async-http-client:20.04-main

0 commit comments

Comments
 (0)