Limit build parallelism because CI is running out of memory.

This commit is contained in:
Tian Jin 2019-12-30 22:57:51 -05:00
parent 41b82556d6
commit b63b6bfd99
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
-DLLVM_ENABLE_ASSERTIONS=ON \
-DLLVM_ENABLE_RTTI=ON
# TODO(tjingrant): why is RTTI necessary?
cmake --build . --target check-mlir
cmake --build . --target check-mlir -- -j 4
fi
- save_cache:
key: LLVM-PROJECT-{{ arch }}