Skip to content

Commit

Permalink
ci: add lld to LLVM16 builder docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Oct 2, 2023
1 parent fdcce14 commit 7ca090f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gdb \
llvm-16-tools \
llvm-16-dev \
lld-16 \
libedit-dev \
libssl-dev \
pkg-config \
Expand Down Expand Up @@ -48,3 +49,5 @@ ENV RUST_CONFIGURE_ARGS \
COPY host-x86_64/x86_64-gnu-llvm-15/script.sh /tmp/

ENV SCRIPT /tmp/script.sh

ENV PATH="$PATH:/usr/lib/llvm-16/bin/"

0 comments on commit 7ca090f

Please sign in to comment.