build/env.sh .go/bin/go run build/ci.go install-git-commit={{.Env.Commit}}-git-branch={{.Env.Branch}}-git-tag={{.Env.Tag}}-buildnum={{.Env.Buildnum}}-pull-request={{.Env.IsPullRequest}}
# We can't download a fresh Go within Launchpad, so we're shipping and building
# one on the fly. However, we can't build it inside the go-ethereum folder as
# bootstrapping clashes with go modules, so build in a sibling folder.
(mv .go ../ &&cd ../.go/src && ./make.bash)
# We can't download external go modules within Launchpad, so we're shipping the
# entire dependency source cache with go-ethereum.