From 4c2a66e8f105ab184bc7ed6d8ca283a5a3c03045 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Tue, 29 Nov 2022 09:47:43 -0800 Subject: tools: set GOCACHE on OpenBSD to the big persistent partition --- tools/create-openbsd-gce-ci.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 5eb0a16a5..980fcc9b1 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -66,6 +66,8 @@ EOF2 cd /syzkaller set -eux ulimit -d 8000000 + export GOCACHE=/syzkaller/go-cache + mkdir -p $GOCACHE test -x syz-ci || ( go get github.com/google/syzkaller/syz-ci && go build github.com/google/syzkaller/syz-ci) -- cgit mrf-deployment