2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Try LLVM repo again.

[skip travis] [skip appveyor]
This commit is contained in:
Rene Rivera
2019-03-31 18:30:32 -05:00
parent 9e859726fc
commit f6f5d38e2b

View File

@@ -32,7 +32,7 @@ jobs:
sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
if test -n "${LLVM_REPO}" ; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo -E apt-add-repository http://apt.llvm.org/xenial/ ${LLVM_REPO} main
sudo -E apt-add-repository "deb http://apt.llvm.org/xenial/ ${LLVM_REPO} main"
fi
sudo -E apt-get update
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install ${PACKAGES}