mirror of
https://github.com/golang/go
synced 2024-11-19 08:54:47 -07:00
f0c7ec0ef3
LGTM=bradfitz R=bradfitz CC=adg, golang-codereviews https://golang.org/cl/139250043
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
$ export BUILD=linux-amd64-gccgo
|
|
$ export BUILDREV=6b61234c2552
|
|
$ docker run \
|
|
-v $HOME/keys/$BUILD.buildkey:/.gobuildkey \
|
|
gobuilders/linux-x86-gccgo \
|
|
/usr/local/bin/builder -tool=gccgo -dashboard='https://build.golang.org/gccgo' -rev=$BUILDREV -buildroot=/gccgo -v -cmd='make check-go -kj' $BUILD
|