From ee048d259fb01ca177f2e4b7315da079dc3703f9 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Wed, 14 Aug 2019 11:08:18 -0700 Subject: [PATCH] Try to fix broken Linux and Android CI --- build/linux/ci-common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/linux/ci-common.sh b/build/linux/ci-common.sh index c6b06c2274..569a50bb92 100755 --- a/build/linux/ci-common.sh +++ b/build/linux/ci-common.sh @@ -35,6 +35,7 @@ if [[ "$KOKORO_BUILD_ID" ]]; then # This may or may not be needed... # sudo apt-key adv --keyserver apt.llvm.org --recv-keys 15CF4D18AF4F7421 sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-$CLANG_VERSION main" + wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - sudo apt-get update -y sudo apt-get --assume-yes --force-yes install clang-$CLANG_VERSION