This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 4ca1516 [CI] Add apt repository for clang-11 and llvm-11 (#6256)
4ca1516 is described below
commit 4ca1516d0fa56db8ef9a2e3fab12e17146a3a8bd
Author: Leandro Nunes <[email protected]>
AuthorDate: Wed Aug 12 22:18:36 2020 +0100
[CI] Add apt repository for clang-11 and llvm-11 (#6256)
- Add specific apt repositories to install clang-11 and llvm-11
- Fix #6255
---
docker/install/ubuntu1804_install_llvm.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docker/install/ubuntu1804_install_llvm.sh
b/docker/install/ubuntu1804_install_llvm.sh
index 4f7c9df..292fdde 100755
--- a/docker/install/ubuntu1804_install_llvm.sh
+++ b/docker/install/ubuntu1804_install_llvm.sh
@@ -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\