Skip to content

Commit

Permalink
Install lld
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov committed Nov 1, 2023
1 parent 15b3a9d commit 0e579df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ RUN apt update && apt-get install -y \
gcc-$GCC_VER \
g++-$GCC_VER \
libatomic1 \
lld-$CLANG_VER \
patch \
python3

RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-$CLANG_VER 100 \
&& update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$CLANG_VER 100 \
&& update-alternatives --install /usr/bin/lld lld /usr/bin/lld-$CLANG_VER 100 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-$GCC_VER 100 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-$GCC_VER 100

Expand Down

0 comments on commit 0e579df

Please sign in to comment.