Skip to content

Commit 5f0a456

Browse files
authored
remove symbolicate-linux-fatal from Docker (#312)
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 e401a28 commit 5f0a456

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
@@ -25,10 +25,6 @@ RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy --no-ri --n
2525
RUN mkdir -p $HOME/.tools
2626
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
2727

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

3430
ARG swiftformat_version=0.44.6

0 commit comments

Comments
 (0)