Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ddc356e

Browse files
Add Docker Compose file for Swift 5.9.0 (#33)
1 parent 7edc421 commit ddc356e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎docker/docker-compose.2204.590.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: "3"
2+
3+
services:
4+
runtime-setup:
5+
image: &image swift-openapi-ahc:22.04-5.9.0
6+
build:
7+
args:
8+
ubuntu_version: "jammy"
9+
swift_version: "5.9.0"
10+
11+
test:
12+
image: *image
13+
environment:
14+
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
15+
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
16+
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete
17+
18+
shell:
19+
image: *image

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /