File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ RUN yum install -y wget perl-Digest-SHA lsof dnsutils netcat-openbsd net-tools c
1010RUN mkdir -p $HOME/.tools
1111RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
1212
13- # script to allow mapping framepointers on linux (until part of the toolchain)
14- RUN wget -q https://raw.githubusercontent.com/apple/swift/main/utils/symbolicate-linux-fatal -O $HOME/.tools/symbolicate-linux-fatal
15- RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
16-
1713# swiftformat (until part of the toolchain)
1814ARG swiftformat_version=0.46.3
1915RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ RUN gem install jazzy --no-ri --no-rdoc && gem cleanup all
2323RUN mkdir -p $HOME/.tools
2424RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
2525
26- # script to allow mapping framepointers on linux (until part of the toolchain)
27- RUN wget -q https://raw.githubusercontent.com/apple/swift/main/utils/symbolicate-linux-fatal -O $HOME/.tools/symbolicate-linux-fatal
28- RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
29-
3026# swiftformat (until part of the toolchain)
3127ARG swiftformat_version=0.46.3
3228RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
You can’t perform that action at this time.
0 commit comments