From e12c6bfcd17f9fd725aabbcbfe3671333a7b53d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= <michal@polanski.me> Date: Sun, 6 Jun 2021 04:25:36 +0200 Subject: [PATCH] testing/keybase-client: fix build --- testing/keybase-client/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/keybase-client/APKBUILD b/testing/keybase-client/APKBUILD index 23db8fc6c2d3..e28293395acc 100644 --- a/testing/keybase-client/APKBUILD +++ b/testing/keybase-client/APKBUILD @@ -17,6 +17,7 @@ build() { cd "$srcdir" export GOPATH="$PWD" export GO15VENDOREXPERIMENT=1 + export GO111MODULE=off mkdir -p src/github.com/keybase cp -r "$srcdir/client-$pkgver" src/github.com/keybase/client -- GitLab