Skip to content

Commit

Permalink
Fix ld.lld symlink (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jun 3, 2024
1 parent 6c15d42 commit 7a013f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 26,6 @@ RUN \
apt-get install -y build-essential llvm-18 lld-18 libedit-dev gdb libffi-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN ln -sf /usr/bin/ld.lld-15 /usr/bin/ld.lld
RUN ln -sf /usr/bin/ld.lld-18 /usr/bin/ld.lld

CMD ["/bin/sh"]

0 comments on commit 7a013f1

Please sign in to comment.