aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2022-11-29 09:47:43 -0800
committerDmitry Vyukov <dvyukov@google.com>2022-11-30 08:33:31 +0100
commit4c2a66e8f105ab184bc7ed6d8ca283a5a3c03045 (patch)
tree0e4eb7f0f72b14f1e4f49a4a59c9c32994a53a4a /tools
parent579a3740b3e105779fde28c9d65c1f7be4849b0b (diff)
tools: set GOCACHE on OpenBSD to the big persistent partition
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-openbsd-gce-ci.sh2
1 files changed, 2 insertions, 0 deletions
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)