use 4 threads, not much credit left

This commit is contained in:
Tian Jin 2019-12-23 22:01:16 -05:00
parent e909658279
commit 71b27d555b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
mkdir llvm-project/build
cd llvm-project/build
cmake -G Ninja ../llvm -DLLVM_ENABLE_RTTI=ON -DLLVM_BUILD_EXAMPLES=OFF -DLLVM_TARGETS_TO_BUILD="host"
cmake --build . --target check-mlir -- -j 2
cmake --build . --target check-mlir -- -j 4
- run:
name: Print the Current Time