1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

fly e043c4d, set cache to tmp dir

This commit is contained in:
Kslr 2019-05-17 17:35:34 +08:00
parent 2544c2f8f5
commit 11dddd9864

View File

@ -29,7 +29,7 @@ def _go_command(ctx):
"GOOS="+ctx.attr.os,
"GOARCH="+ctx.attr.arch,
"GOROOT_FINAL=/go",
"GOCACHE=@D",
"GOCACHE=${TMPDIR}/gocache"
]
if ctx.attr.mips: # https://github.com/golang/go/issues/27260