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 95c2d30 commit fedae66Copy full SHA for fedae66
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,19 @@
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:
14
+ environment:
15
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
16
+ #- SANITIZER_ARG=--sanitize=thread
17
18
+ shell:
19
0 commit comments