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:
parent
495aca6d51
commit
6bc8aa8a06
|
|
@ -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
|
||||||
Loading…
Reference in New Issue