File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 88--self insert
99--patternlet inline
1010--stripunusedargs unnamed-only
11- --comments ignore
1211--ifdef no-indent
1312
1413# rules
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
3030
3131# swiftformat (until part of the toolchain)
3232
33- ARG swiftformat_version=0.44.0
33+ ARG swiftformat_version=0.44.6
3434RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
3535RUN cd $HOME/.tools/swift-format && swift build -c release
3636RUN ln -s $HOME/.tools/swift-format/.build/release/swiftformat $HOME/.tools/swiftformat
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ services:
66 image : swift-aws-lambda:18.04-5.2
77 build :
88 args :
9- base_image : " swiftlang/swift:nightly-5.2-bionic"
9+ ubuntu_version : " bionic"
10+ swift_version : " 5.2"
1011
1112 test :
1213 image : swift-aws-lambda:18.04-5.2
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : swift-aws-lambda:18.04-5.3
7+ build :
8+ args :
9+ base_image : " swiftlang/swift:nightly-bionic"
10+
11+ test :
12+ image : swift-aws-lambda:18.04-5.3
13+
14+ shell :
15+ image : swift-aws-lambda:18.04-5.3
You can’t perform that action at this time.
0 commit comments