Closed
Description
Go version
tip
Output of go env
in your module/workspace:
I'm issuing the commands from linux/amd64.
The gomote command is built from tip of x/build, e.g.
$ go version `which gomote`
/w/go1/bin/gomote: devel go1.23-89f7805c2e Fri Mar 29 23:09:29 2024 +0000
$
What did you do?
Created a new ppc64 gomote and tried to push my Go tree to it:
$ gomote create gotip-linux-ppc64-power10
...
$ gomote run thanm-gotip-linux-ppc64-power10-0 ls /usr/bin/bash
... works properly
$ gomote push thanm-gotip-linux-ppc64-power10-0
What did you see happen?
Got this error
Pushing GOROOT "/w/zgo" to "thanm-gotip-linux-ppc64-power10-0"...
2024/03/30 14:25:33 installing go-bootstrap version in the working directory
Error running push: unable to add bootstrap version of Go to instance: rpc error: code = Internal desc = unable to download bootstrap Go
What did you expect to see?
Successful push