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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user