Skip to content

Commit 2b9c728

Browse files
yim-leektoso
andauthored
Add CI for Swift 5.10 (#138)
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent b80af1b commit 2b9c728

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docker/docker-compose.2204.510.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: swift-distributed-tracing:22.04-5.10
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.10-jammy"
10+
11+
test:
12+
image: swift-distributed-tracing:22.04-5.10
13+
environment:
14+
- FORCE_TEST_DISCOVERY=--enable-test-discovery
15+
# - STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
16+
17+
shell:
18+
image: swift-distributed-tracing:22.04-5.10

docker/docker-compose.2204.59.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
image: swift-distributed-tracing:22.04-5.9
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.9-jammy"
9+
ubuntu_version: "jammy"
10+
swift_version: "5.9"
1011

1112
test:
1213
image: swift-distributed-tracing:22.04-5.9

0 commit comments

Comments
 (0)