Skip to content

Commit

Permalink
add docker setup for 5.5
Browse files Browse the repository at this point in the history
motivation: ci on 5.5

changes: add docker setup for 5.5
  • Loading branch information
tomerd committed Oct 18, 2021
1 parent a7e6d7f commit e3504fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/docker-compose.2004.55.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3"

services:

runtime-setup:
image: swift-log:20.04-5.5
build:
args:
ubuntu_version: "focal"
swift_version: "5.5"

test:
image: swift-log:20.04-5.5
environment: []
#- SANITIZER_ARG=--sanitize=thread

shell:
image: swift-log:20.04-5.5

0 comments on commit e3504fe

Please sign in to comment.