Kslr 2020-06-02 04:19:08 +08:00 committed by GitHub
parent a1e4c9bc70
commit 09295f7ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@ def _go_command(ctx):
if ctx.attr.arm:
envs+=["GOARM="+ctx.attr.arm]
switchToPwd="cd ${SPWD} && "
command = switchToPwd + " ".join(envs) + " " + command
command = " ".join(envs) + " " + command
ctx.actions.run_shell(
outputs = [output_file],