Remove boulder-tools checkout of mockgen/model. (#3455)

This was added in the theory that it would stop some errors running
`docker compose go generate ./...` but in tests today, that command
succeeds right now even after removing this from the build steps and
rebuilding. This is not surprising, because as Roland pointed out, the
/alt-gopath/ path was never actually referenced anywhere.
This commit is contained in:
Jacob Hoffman-Andrews 2018-02-19 06:02:55 -08:00 committed by Daniel McCarney
parent 8261d60ff9
commit 9051c2c9fa
1 changed files with 0 additions and 3 deletions

View File

@ -72,7 +72,4 @@ gem install fpm
apt-get autoremove -y build-essential cmake libssl-dev ruby-dev
apt-get clean -y
# Save mock/mockgen/model because it will be needed later during `go generate`.
GOPATH=/alt-gopath go get github.com/golang/mock/mockgen/model
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*