removed Tests from llvm build in poolhleper.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nils Hölscher 2022-05-30 13:06:51 +02:00
parent 2ab71cf95d
commit 0079b4f0e0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ buildllvm() {
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-13.0.1.src.tar.xz
tar -xf llvm-13.0.1.src.tar.xz
rm llvm-13.0.1.src.tar.xz
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_TARGETS_TO_BUILD=host llvm-13.0.1.src/
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_INCLUDE_TESTS=FALSE -DLLVM_TARGETS_TO_BUILD=host llvm-13.0.1.src/
make -j 4
export LLVM_DIR=$(pwd) >> ~/.zshrc
export LLVM_DIR=$(pwd) >> ~/.bashrc