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
29
29
30
30
# swiftformat (until part of the toolchain)
31
31
32
- ARG swiftformat_version=0.40.11
32
+ ARG swiftformat_version=0.40.12
33
33
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
34
34
RUN cd $HOME/.tools/swift-format && swift build -c release
35
35
RUN 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