Skip to content
Snippets Groups Projects
Verified Commit 397ff4dd authored by Anthony Fok's avatar Anthony Fok
Browse files

Set GOCACHE to go-build directory inside builddir

for the extra build command outside of dh-golang's control
to avoid build error with buildd running sbuild.
parent d4b86d47
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@
override_dh_auto_build:
dh_auto_build
GOPATH=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE) make secretservice
GOPATH=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE) \
GOCACHE=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE)/go-build \
make secretservice
override_dh_auto_clean:
dh_auto_clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment