Skip to content

Commit b4768d6

Browse files
authored
feat: 减少构建并发 (#161)
减少构建并发数,提高构建成功率
1 parent d459803 commit b4768d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22
export GOCACHE = /tmp/gocache
33
export GOPATH := /usr/share/gocode
4-
export DEB_BUILD_OPTIONS = parallel=16
4+
export DEB_BUILD_OPTIONS = parallel=4
55
export GO111MODULE=off
66
ifeq ($(DEB_BUILD_ARCH),sw_64)
77
export GOFLAGS = -vet=off

0 commit comments

Comments
 (0)