mirror of
https://github.com/golang/go
synced 2024-11-21 13:14:40 -07:00
gobuilder: goinstall with -dashboard=false instead of -log=false
R=golang-dev, r CC=golang-dev https://golang.org/cl/4801043
This commit is contained in:
parent
40462453c6
commit
dbba5ccfab
@ -38,7 +38,7 @@ func (b *Builder) buildPackages(workpath string, hash string) os.Error {
|
||||
}
|
||||
|
||||
// goinstall
|
||||
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-log=false", p)
|
||||
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-dashboard=false", p)
|
||||
if err != nil {
|
||||
log.Printf("goinstall %v: %v", p, err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user