Skip to content

Commit 6da0eb5

Browse files
mengzhuogopherbot
authored andcommitted
cmd/buildlet/stage0: define env for linux-riscv64-unmatched
This CL sets up the environment for `host-linux-riscv64-unmatched` For golang/go#53379 Change-Id: I6b24dabb9407cb98e095c555001adc5a022d1d66 Reviewed-on: https://go-review.googlesource.com/c/build/+/413334 Auto-Submit: Meng Zhuo <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Meng Zhuo <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
1 parent 3dab715 commit 6da0eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/buildlet/stage0/stage0.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Download:
173173
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
174174
case "host-linux-ppc64-osu":
175175
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
176-
case "host-linux-amd64-wsl":
176+
case "host-linux-amd64-wsl", "host-linux-riscv64-unmatched":
177177
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
178178
}
179179
switch osArch {

0 commit comments

Comments
 (0)