mirror of https://github.com/v2ray/v2ray-core
fly e043c4d
, set cache to tmp dir
parent
2544c2f8f5
commit
11dddd9864
|
@ -29,7 +29,7 @@ def _go_command(ctx):
|
||||||
"GOOS="+ctx.attr.os,
|
"GOOS="+ctx.attr.os,
|
||||||
"GOARCH="+ctx.attr.arch,
|
"GOARCH="+ctx.attr.arch,
|
||||||
"GOROOT_FINAL=/go",
|
"GOROOT_FINAL=/go",
|
||||||
"GOCACHE=@D",
|
"GOCACHE=${TMPDIR}/gocache"
|
||||||
]
|
]
|
||||||
|
|
||||||
if ctx.attr.mips: # https://github.com/golang/go/issues/27260
|
if ctx.attr.mips: # https://github.com/golang/go/issues/27260
|
||||||
|
|
Loading…
Reference in New Issue