Force gocache on for buster

This commit is contained in:
Gregor Riepl 2021-02-13 14:38:56 +01:00
parent e8c8fa99f1
commit 44405f9e70

View file

@ -11,6 +11,8 @@ export DH_GOPKG = git.kabelsalat.ch/ccc-basel/matemat
# use module mode and enable internet access
export GO111MODULE = on
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