We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7fa3b commit aae93f8Copy full SHA for aae93f8
docker/docker-compose.2004.58.yaml
@@ -6,7 +6,8 @@ services:
6
image: swift-distributed-tracing: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-distributed-tracing:22.04-5.9
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.9-jammy"
+ test:
+ environment:
14
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
15
16
+ shell:
17
0 commit comments