github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/dashboard/env/linux-x86-gccgo/scripts/install-gccgo-builder.sh (about) 1 set -ex 2 3 # Installs a version of the go.tools dashboard builder that runs the gccgo build 4 # command assuming there are 16 cores available to speed up build times. 5 # TODO(cmang): There should be an option in the builder to specify this. 6 7 curl -o /usr/local/bin/builder http://storage.googleapis.com/go-builder-data/gccgo_builder && chmod +x /usr/local/bin/builder