From 375e3cc173fa030ddfdb6ef41d8fe019751bd296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Sun, 6 Jun 2021 04:10:01 +0200 Subject: [PATCH] testing/docker-volume-local-persist: fix build --- testing/docker-volume-local-persist/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/docker-volume-local-persist/APKBUILD b/testing/docker-volume-local-persist/APKBUILD index 5adda5890d2..be2a5c2e308 100644 --- a/testing/docker-volume-local-persist/APKBUILD +++ b/testing/docker-volume-local-persist/APKBUILD @@ -19,6 +19,7 @@ builddir="$srcdir/local-persist-$pkgver" build() { cd "$builddir" export GOPATH="$startdir" + export GO111MODULE=off glide install --skip-test go build -v -ldflags "-s -w" \ -o bin/local-persist