From 44405f9e70018fa1e9a040d9f6d81e8329df6303 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Sat, 13 Feb 2021 14:38:56 +0100 Subject: [PATCH] Force gocache on for buster --- uncanny/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uncanny/debian/rules b/uncanny/debian/rules index e9eb707..59f6936 100755 --- a/uncanny/debian/rules +++ b/uncanny/debian/rules @@ -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