add docker-compose setup for 5.5 (#104)

motivation: tests on 5.5

changes: add docker compose file for testing on 5.5
This commit is contained in:
tomer doron 2021-12-16 16:38:36 -08:00 committed by GitHub
parent 495aca6d51
commit 6bc8aa8a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
version: "3"
services:
runtime-setup:
image: swift-metrics:20.04-5.5
build:
args:
ubuntu_version: "focal"
swift_version: "5.5"
test:
image: swift-metrics:20.04-5.5
environment: []
#- SANITIZER_ARG=--sanitize=thread
shell:
image: swift-metrics:20.04-5.5