Skip to content

Commit

Permalink
cmd/buildlet/stage0: define env for host-linux-ppc64-sid
Browse files Browse the repository at this point in the history
This should be identical to host-linux-ppc64-osu.

Change-Id: I673e64469ee3dba92cb772c739776a558fb4ef49
Reviewed-on: https://go-review.googlesource.com/c/build/+/426914
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: David Chase <[email protected]>
Run-TryBot: Paul Murphy <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
pmur authored and dr2chase committed Aug 31, 2022
1 parent edcd807 commit f08b7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildlet/stage0/stage0.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Download:
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
case "host-linux-ppc64le-osu": // power8
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
case "host-linux-ppc64-osu":
case "host-linux-ppc64-osu", "host-linux-ppc64-sid":
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
case "host-linux-amd64-wsl", "host-linux-riscv64-unmatched":
cmd.Args = append(cmd.Args, reverseHostTypeArgs(buildEnv)...)
Expand Down

0 comments on commit f08b7e7

Please sign in to comment.