Skip to content

Commit afbf558

Browse files
authored
remove symbolicate-linux-fatal from Docker (#27)
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 ca48590 commit afbf558

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ RUN gem install jazzy --no-ri --no-rdoc
2424
RUN mkdir -p $HOME/.tools
2525
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
2626

27-
# script to allow mapping framepointers on linux (until part of the toolchain)
28-
RUN wget -q https://raw.githubusercontent.com/apple/swift/master/utils/symbolicate-linux-fatal -O $HOME/.tools/symbolicate-linux-fatal
29-
RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
30-
3127
# swiftformat (until part of the toolchain)
3228

3329
ARG swiftformat_version=0.44.6

0 commit comments

Comments
 (0)