File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ sudo apt update
6
6
7
7
if [ $( grep RELEASE /etc/lsb-release) == " DISTRIB_RELEASE=18.04" ]; then
8
8
sudo apt install -y \
9
- git ninja-build clang python python-six \
9
+ git ninja-build clang-10 python python-six \
10
10
uuid-dev libicu-dev icu-devtools libbsd-dev \
11
11
libedit-dev libxml2-dev libsqlite3-dev swig \
12
12
libpython-dev libncurses5-dev pkg-config \
13
13
libblocksruntime-dev libcurl4-openssl-dev \
14
- systemtap-sdt-dev tzdata rsync wget llvm zip unzip
14
+ systemtap-sdt-dev tzdata rsync wget llvm-10 zip unzip
15
+ sudo ln -s -f /usr/bin/clang-10 /usr/bin/clang
16
+ sudo ln -s -f /usr/bin/clang++-10 /usr/bin/clang++
15
17
elif [ $( grep RELEASE /etc/lsb-release) == " DISTRIB_RELEASE=20.04" ]; then
16
18
sudo apt install -y \
17
19
git ninja-build clang python python-six \
You can’t perform that action at this time.
0 commit comments