This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed
Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
66 image : swift-distributed-tracing-extras:20.04-5.8
77 build :
88 args :
9- base_image : " swiftlang/swift:nightly-5.8-focal"
9+ ubuntu_version : " focal"
10+ swift_version : " 5.8"
1011
1112 test :
1213 image : swift-distributed-tracing-extras:20.04-5.8
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : swift-distributed-tracing-extras:22.04-5.9
7+ build :
8+ args :
9+ base_image : " swiftlang/swift:nightly-5.9-jammy"
10+
11+ test :
12+ image : swift-distributed-tracing-extras:22.04-5.9
13+ environment : []
14+ # - SANITIZER_ARG=--sanitize=thread
15+
16+ shell :
17+ image : swift-distributed-tracing-extras:22.04-5.9
18+
19+ docs :
20+ image : swift-distributed-tracing-extras:22.04-5.9
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ version: "3"
33services :
44
55 runtime-setup :
6- image : swift-distributed-tracing-extras:22.04-5.8
6+ image : swift-distributed-tracing-extras:22.04-main
77 build :
88 args :
99 base_image : " swiftlang/swift:nightly-main-jammy"
1010
1111 test :
12- image : swift-distributed-tracing-extras:22.04-5.8
12+ image : swift-distributed-tracing-extras:22.04-main
1313 environment : []
1414 # - SANITIZER_ARG=--sanitize=thread
1515
1616 shell :
17- image : swift-distributed-tracing-extras:22.04-5.8
17+ image : swift-distributed-tracing-extras:22.04-main
1818
1919 docs :
20- image : swift-distributed-tracing-extras:22.04-5.8
20+ image : swift-distributed-tracing-extras:22.04-main
You can’t perform that action at this time.
0 commit comments