Skip to content

Commit

Permalink
Add Docker Compose file for Swift 5.9.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont authored Nov 30, 2023
1 parent d16dc2f commit c703e84
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker/docker-compose.2204.590.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3"

services:
runtime-setup:
image: &image swift-openapi-urlsession:22.04-5.9.0
build:
args:
ubuntu_version: "jammy"
swift_version: "5.9.0"

test:
image: *image
environment:
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
- STRICT_CONCURRENCY_ARG=-Xswiftc -strict-concurrency=complete

shell:
image: *image

0 comments on commit c703e84

Please sign in to comment.