File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
2929
3030# swiftformat (until part of the toolchain)
3131
32- ARG swiftformat_version=0.40.11
32+ ARG swiftformat_version=0.40.12
3333RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
3434RUN cd $HOME/.tools/swift-format && swift build -c release
3535RUN ln -s $HOME/.tools/swift-format/.build/release/swiftformat $HOME/.tools/swiftformat
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : async-http-client:18.04-5.1
7+ build :
8+ args :
9+ ubuntu_version : " bionic"
10+ swift_version : " 5.1"
11+
12+ test :
13+ image : async-http-client:18.04-5.1
You can’t perform that action at this time.
0 commit comments