Skip to content

Commit

Permalink
[CI] Add apt repository for clang-11 and llvm-11 (apache#6256)
Browse files Browse the repository at this point in the history
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
  • Loading branch information
leandron authored and wjliu1998 committed Aug 13, 2020
1 parent 843fcc8 commit 0b0b864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/install/ubuntu1804_install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main\
echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main\
>> /etc/apt/sources.list.d/llvm.list

echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main\
>> /etc/apt/sources.list.d/llvm.list
echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main\
>> /etc/apt/sources.list.d/llvm.list

echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main\
>> /etc/apt/sources.list.d/llvm.list
echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main\
Expand Down

0 comments on commit 0b0b864

Please sign in to comment.