Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -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
Expand Down