Skip to content

Commit

Permalink
Disable parallel build for native-deb* targets
Browse files Browse the repository at this point in the history
Running native-deb* targets in parallel via make is not supported.

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Umer Saleem <[email protected]>
Closes#14736
  • Loading branch information
usaleem-ix authored and behlendorf committed Oct 4, 2024
1 parent c204c3f commit cc9e36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deb.am
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ native-deb-kmod: native-deb-local debian
fakeroot debian/rules override_dh_binary-modules;

native-deb: native-deb-utils native-deb-kmod

.NOTPARALLEL: native-deb native-deb-utils native-deb-kmod

0 comments on commit cc9e36a

Please sign in to comment.