Skip to content

Commit 11ac62c

Browse files
committed
1 parent 4faf1b7 commit 11ac62c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ RUN yum install -y wget perl-Digest-SHA lsof dnsutils netcat-openbsd net-tools c
1010
RUN mkdir -p $HOME/.tools
1111
RUN 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)
1814
ARG swiftformat_version=0.46.3
1915
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format

docker/Dockerfile.ubuntu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ RUN gem install jazzy --no-ri --no-rdoc && gem cleanup all
2323
RUN mkdir -p $HOME/.tools
2424
RUN 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)
3127
ARG swiftformat_version=0.46.3
3228
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format

0 commit comments

Comments
 (0)