This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 8
8
--self insert
9
9
--patternlet inline
10
10
--stripunusedargs unnamed-only
11
- --comments ignore
12
11
--ifdef no-indent
13
12
14
13
# rules
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
30
30
31
31
# swiftformat (until part of the toolchain)
32
32
33
- ARG swiftformat_version=0.44.0
33
+ ARG swiftformat_version=0.44.6
34
34
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
35
35
RUN cd $HOME/.tools/swift-format && swift build -c release
36
36
RUN 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:
6
6
image : swift-linux-backtrace:18.04-5.2
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-5.2-bionic"
9
+ ubuntu_version : " bionic"
10
+ swift_version : " 5.2"
10
11
11
12
test :
12
13
image : swift-linux-backtrace: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-linux-backtrace:18.04-5.3
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-bionic"
10
+
11
+ test :
12
+ image : swift-linux-backtrace:18.04-5.3
13
+
14
+ shell :
15
+ image : swift-linux-backtrace:18.04-5.3
You can’t perform that action at this time.
0 commit comments