Skip to content

Commit

Permalink
Use the latest version of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 9, 2025
1 parent 432ffea commit 5623613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ loongarch64)
FROM docker.io/loongarch64/debian:sid
ENV DEBIAN_FRONTEND=noninteractive TZ=UTC
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential gcc-14 g++-14 clang-17 cmake && \
ln -sf /usr/bin/clang-17 /usr/bin/clang && \
ln -sf /usr/bin/clang++-17 /usr/bin/clang++ && \
apt-get install -y --no-install-recommends build-essential gcc-14 g++-14 clang-19 cmake && \
ln -sf /usr/bin/clang-19 /usr/bin/clang && \
ln -sf /usr/bin/clang++-19 /usr/bin/clang++ && \
rm -rf /var/lib/apt/lists
EOF
;;
Expand Down

0 comments on commit 5623613

Please sign in to comment.