Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Docker Compose file for Swift 5.9.0
  • Loading branch information
simonjbeaumont committed Nov 30, 2023
commit 67928d6feda537ceaa8cd1ee66b61775d68479f8
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-runtime: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