Force gocache on for buster
This commit is contained in:
parent
e8c8fa99f1
commit
44405f9e70
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ export DH_GOPKG = git.kabelsalat.ch/ccc-basel/matemat
|
||||||
# use module mode and enable internet access
|
# use module mode and enable internet access
|
||||||
export GO111MODULE = on
|
export GO111MODULE = on
|
||||||
export GOPROXY =
|
export GOPROXY =
|
||||||
|
# this is needed for building on buster, but should be dropped on bullseye
|
||||||
|
export GOCACHE = cache
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
||||||
|
|
Loading…
Reference in a new issue