mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
fix gocache for 1.12
This commit is contained in:
parent
2708be9d43
commit
3c9fe03ee2
@ -28,7 +28,8 @@ def _go_command(ctx):
|
||||
"CGO_ENABLED=0",
|
||||
"GOOS="+ctx.attr.os,
|
||||
"GOARCH="+ctx.attr.arch,
|
||||
"GOROOT_FINAL=/go"
|
||||
"GOROOT_FINAL=/go",
|
||||
"GOCACHE=@D",
|
||||
]
|
||||
|
||||
if ctx.attr.mips: # https://github.com/golang/go/issues/27260
|
||||
|
Loading…
Reference in New Issue
Block a user