aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCédric Bellegarde <cedric.bellegarde@adishatz.org>2021-06-21 11:39:51 +0200
committerCédric Bellegarde <cedric.bellegarde@adishatz.org>2021-06-21 11:39:51 +0200
commit46665168a74f84712cfe0e95f1e4f9ddc161a440 (patch)
tree99eba4e704325f98ae9c5ce3e8a6939242f3e848 /debian
parent96b2887a156aff6b4d69d80ebf80f91bd98eac1a (diff)
debian: Add maxcpucount option to override_dh_auto_build. Fix #5234
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 96541f41b..64e2b48ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
- dotnet publish --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
+ dotnet publish -maxcpucount:1 --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
"-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
override_dh_auto_clean: