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 13ea1fe commit 9c0646aCopy full SHA for 9c0646a
docker/docker-compose.2204.510.yaml
@@ -0,0 +1,17 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
6
+ image: swift-metrics:22.04-5.10
7
+ build:
8
+ args:
9
+ base_image: "swiftlang/swift:nightly-5.10-jammy"
10
11
+ test:
12
13
+ environment: []
14
+ #- SANITIZER_ARG=--sanitize=thread
15
16
+ shell:
17
docker/docker-compose.2204.59.yaml
@@ -6,7 +6,8 @@ services:
image: swift-metrics:22.04-5.9
build:
args:
- base_image: "swiftlang/swift:nightly-5.9-jammy"
+ ubuntu_version: "jammy"
+ swift_version: "5.9"
test:
0 commit comments