Fix: Circleci fails to build if all cores are used
This commit is contained in:
parent
f85da89ff3
commit
ca20f7d801
@ -7,4 +7,4 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: "Compiling cathook"
|
name: "Compiling cathook"
|
||||||
command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd ..
|
command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd ..
|
||||||
|
Reference in New Issue
Block a user