Skip to content

Commit a2b5326

Browse files
authored
remove symbolicate-linux-fatal from Docker (#173)
motivation: we are not actually using symbolicate-linux-fatal in any meaningful way in CI and it's pinned to the master branch which has been removed changes: remove symbolicate-linux-fatal fetching from Docker
1 parent 0afbf42 commit a2b5326

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ RUN yum install -y lsof dnsutils netcat-openbsd net-tools curl jq # used by inte
1313
RUN mkdir -p $HOME/.tools
1414
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
1515

16-
# script to allow mapping framepointers on linux (until part of the toolchain)
17-
RUN wget -q https://raw.githubusercontent.com/apple/swift/master/utils/symbolicate-linux-fatal -O $HOME/.tools/symbolicate-linux-fatal
18-
RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
19-
2016
# swiftformat (until part of the toolchain)
2117

2218
ARG swiftformat_version=0.44.6

0 commit comments

Comments
 (0)