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:
parent
2544c2f8f5
commit
11dddd9864
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user