File tree 2 files changed +0
-8
lines changed 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
10
10
RUN mkdir -p $HOME/.tools
11
11
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
12
12
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
-
17
13
# swiftformat (until part of the toolchain)
18
14
ARG swiftformat_version=0.46.3
19
15
RUN 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
23
23
RUN mkdir -p $HOME/.tools
24
24
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
25
25
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
-
30
26
# swiftformat (until part of the toolchain)
31
27
ARG swiftformat_version=0.46.3
32
28
RUN 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