Skip to content

Commit

Permalink
Dev: update clang to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Jun 5, 2024
1 parent 60632d8 commit d7ecea7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions build/Linux/000-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,21 @@ apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
zip

apt-get install -y \
clang \
autoconf \
automake \
libtool \
curl \
wget \
unzip \
vim \
lsb-release \
software-properties-common \
gnupg \
autoconf \
automake \
libtool \
curl \
wget \
unzip \
vim \
rpl

# Install clang 13
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
apt-get update
apt-get install -y clang-13
clang --version

0 comments on commit d7ecea7

Please sign in to comment.