Skip to content

Commit

Permalink
test: added --no-parallel flag to dh make because yarn is trash
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed May 23, 2024
1 parent 245ecd0 commit 79ee9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/focal/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
dh $@
dh $@ --no-parallel


# dh_make generated override targets
Expand Down

0 comments on commit 79ee9a4

Please sign in to comment.