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 fbdb075 commit 00b6263Copy full SHA for 00b6263
docker/docker-compose.2004.57.yaml
@@ -6,7 +6,8 @@ services:
6
image: swift-service-lifecycle:20.04-5.7
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-main-focal"
+ ubuntu_version: "focal"
10
+ swift_version: "5.7"
11
12
test:
13
docker/docker-compose.2004.58.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: swift-service-lifecycle:20.04-5.8
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.8-focal"
+ test:
+ environment:
14
+ - SKIP_SIGNAL_TEST=true
15
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
16
17
+ shell:
18
0 commit comments