From 296d9d753a344bcc2b43ed00037b892a851a7542 Mon Sep 17 00:00:00 2001 From: fuleyi Date: Sun, 28 Sep 2025 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=87=8F=E5=B0=91=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B9=B6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 减少构建并发数,提高构建成功率 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 52e7a74..b21ba15 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export GOCACHE = /tmp/gocache export GOPATH := /usr/share/gocode -export DEB_BUILD_OPTIONS = parallel=16 +export DEB_BUILD_OPTIONS = parallel=4 export GO111MODULE=off ifeq ($(DEB_BUILD_ARCH),sw_64) export GOFLAGS = -vet=off