We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bced7 commit a79936fCopy full SHA for a79936f
docker/docker-compose.2004.58.yaml
@@ -6,7 +6,8 @@ services:
6
image: swift-metrics:20.04-5.8
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-5.8-focal"
+ ubuntu_version: "focal"
10
+ swift_version: "5.8"
11
12
test:
13
docker/docker-compose.2204.59.yaml
@@ -0,0 +1,17 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: swift-metrics:22.04-5.9
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.9-jammy"
+ test:
+ environment: []
14
+ #- SANITIZER_ARG=--sanitize=thread
15
16
+ shell:
17
0 commit comments