Don't install cmake when building clang (#8163)

This commit is contained in:
jonathanmetzman 2022-08-05 14:11:24 -04:00 committed by GitHub
parent 05243bb9c6
commit 25591c884b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
NPROC=$(nproc)
# zlib1g-dev is needed for llvm-profdata to handle coverage data from rust compiler
LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python3 python3-distutils g++-multilib binutils-dev zlib1g-dev"
LLVM_DEP_PACKAGES="build-essential make ninja-build git python3 python3-distutils g++-multilib binutils-dev zlib1g-dev"
apt-get update && apt-get install -y $LLVM_DEP_PACKAGES --no-install-recommends
INTROSPECTOR_DEP_PACKAGES="texinfo bison flex"