Browse Source

fix gocache for 1.12

pull/1581/head
Darien Raymond 6 years ago
parent
commit
3c9fe03ee2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 3
      infra/bazel/build.bzl

3
infra/bazel/build.bzl

@ -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…
Cancel
Save