浏览代码

Merge pull request #6210 from bellegarde-c/master

debian: Add maxcpucount option to override_dh_auto_build. Fix #5234
Joshua M. Boniface 4 年之前
父节点
当前提交
026d8d28b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -39,7 +39,7 @@ override_dh_auto_test:
 override_dh_clistrip:
 override_dh_clistrip:
 
 
 override_dh_auto_build:
 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
 		"-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
 
 
 override_dh_auto_clean:
 override_dh_auto_clean: