Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion debian-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ apt-get install -y -qq \
curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
echo "deb http://apt.llvm.org/unstable/ llvm-toolchain main" | tee -a /etc/apt/sources.list
apt-get update -qq
apt-get install -y -qq \
apt-get install --no-install-recommends -y -qq \
clang-8 \
lld-8 \
llvm-8 \
>/dev/null

# By default, Travis's ccache size is around 500MB. We'll
Expand Down