Skip to content

Commit

Permalink
Disable parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckenzie committed Jul 10, 2022
1 parent cec35eb commit 912ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
displayName: 'Print number of CPUs'
- script: |
make -j`nproc` V=s
make V=s
workingDirectory: $(workingDirectory)
displayName: 'Build the project'
Expand Down

0 comments on commit 912ad0b

Please sign in to comment.