aboutsummaryrefslogtreecommitdiff
path: root/go/def.bzl
diff options
context:
space:
mode:
authortomlu <tomas.lundell@gmail.com>2020-05-12 10:56:19 -0400
committerGitHub <noreply@github.com>2020-05-12 10:56:19 -0400
commit280a1ed6be5a3c085aeb4ca72564b066cba64e62 (patch)
tree63dbae2e197b9960c07814990f1403cd9d0c7b0c /go/def.bzl
parent28dd92b09c978ad09c74c18161a1da844235adfb (diff)
downloadbazelbuild-rules_go-280a1ed6be5a3c085aeb4ca72564b066cba64e62.tar.gz
Avoid use of run_shell in bazel rule. (#2488)
run_shell requires bash which is not available on Windows without a msys installation. The shell was only used for "&&" anyway. We can just use two separate actions. -trimpath requires an absolute path. On Windows we build a batch file to expand %cd%. On Unixes we can keep using run_shell.
Diffstat (limited to 'go/def.bzl')
0 files changed, 0 insertions, 0 deletions