Skip to content

Commit

Permalink
Improved build speed
Browse files Browse the repository at this point in the history
By using make -j
  • Loading branch information
tersmitten committed Sep 23, 2016
1 parent 43076e9 commit b862161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- keepalived-build-regenerate-build-files

- name: build
shell: ./configure {{ keepalived_configure_options | join(' ') }} && make
shell: ./configure {{ keepalived_configure_options | join(' ') }} && make -j{{ ansible_processor_cores + 1 }}
args:
chdir: "{{ keepalived_checkout_path }}"
when: git_checkout | changed
Expand Down

0 comments on commit b862161

Please sign in to comment.