diff options
| author | Cédric Bellegarde <cedric.bellegarde@adishatz.org> | 2021-06-21 11:39:51 +0200 |
|---|---|---|
| committer | Cédric Bellegarde <cedric.bellegarde@adishatz.org> | 2021-06-21 11:39:51 +0200 |
| commit | 46665168a74f84712cfe0e95f1e4f9ddc161a440 (patch) | |
| tree | 99eba4e704325f98ae9c5ce3e8a6939242f3e848 /debian | |
| parent | 96b2887a156aff6b4d69d80ebf80f91bd98eac1a (diff) | |
debian: Add maxcpucount option to override_dh_auto_build. Fix #5234
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
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: |
