We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a638c0 commit 1f1766dCopy full SHA for 1f1766d
ci/before_install.sh
@@ -49,8 +49,6 @@ function llvm_download() {
49
export LLVM=clang+llvm-${LLVM_VERSION_TRIPLE}-$arch
50
export LLVM_DIRECTORY="$HOME/.llvm/${LLVM}"
51
52
- local base_url
53
-
54
if [ -d "${LLVM_DIRECTORY}" ]; then
55
echo "Using cached LLVM download for ${LLVM}..."
56
else
0 commit comments