Commit d05893b3 by tristan-arm Committed by Tianqi Chen

Fixed repo change for llvm-9 to resolve missing dependency issue when building…

Fixed repo change for llvm-9 to resolve missing dependency issue when building images with llvm enabled (#3826)
parent 5a08610c
......@@ -35,6 +35,11 @@ echo deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main\
echo deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main\
>> /etc/apt/sources.list.d/llvm.list
echo deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main\
>> /etc/apt/sources.list.d/llvm.list
echo deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main\
>> /etc/apt/sources.list.d/llvm.list
echo deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main\
>> /etc/apt/sources.list.d/llvm.list
echo deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment