File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ services:
1616 args :
1717 ubuntu_version : " focal"
1818 swift_version : " 5.4"
19- base_image : " swiftlang/swift:nightly-5.4-focal"
2019
2120 build :
2221 image : swift-package-manager:20.04-5.4
Original file line number Diff line number Diff line change 1+ # This source file is part of the Swift.org open source project
2+ #
3+ # Copyright (c) 2021 Apple Inc. and the Swift project authors
4+ # Licensed under Apache License v2.0 with Runtime Library Exception
5+ #
6+ # See http://swift.org/LICENSE.txt for license information
7+ # See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8+
9+ version : " 3"
10+
11+ services :
12+
13+ runtime-setup :
14+ image : swift-package-manager:20.04-5.5
15+ build :
16+ args :
17+ ubuntu_version : " focal"
18+ swift_version : " 5.5"
19+ base_image : " swiftlang/swift:nightly-5.5-focal"
20+
21+ build :
22+ image : swift-package-manager:20.04-5.5
23+
24+ test :
25+ image : swift-package-manager:20.04-5.5
26+
27+ bootstrap-clean :
28+ image : swift-package-manager:20.04-5.5
29+
30+ bootstrap-build :
31+ image : swift-package-manager:20.04-5.5
32+
33+ bootstrap-test :
34+ image : swift-package-manager:20.04-5.5
35+
36+ shell :
37+ image : swift-package-manager:20.04-5.5
You can’t perform that action at this time.
0 commit comments