set a default of 4 for make jobs in neovim
This commit is contained in:
@@ -38,4 +38,4 @@
|
|||||||
CMAKE_BUILD_TYPE: "{{ neovim.build_type }}"
|
CMAKE_BUILD_TYPE: "{{ neovim.build_type }}"
|
||||||
CMAKE_EXTRA_FLAGS: "-DCMAKE_INSTALL_PREFIX={{ path.prefix }}"
|
CMAKE_EXTRA_FLAGS: "-DCMAKE_INSTALL_PREFIX={{ path.prefix }}"
|
||||||
target: install
|
target: install
|
||||||
jobs: "{{ ansible_processor_nproc | int }}"
|
jobs: "{{ ansible_processor_nproc | int | default(4) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user