Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
1b9e3635
Commit
1b9e3635
authored
Apr 04, 2013
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc/dist: don't ship race-enabled commands
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/8350044
parent
2a99f2fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
bindist.go
misc/dist/bindist.go
+6
-0
No files found.
misc/dist/bindist.go
View file @
1b9e3635
...
@@ -197,6 +197,12 @@ func (b *Build) Do() error {
...
@@ -197,6 +197,12 @@ func (b *Build) Do() error {
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
}
}
// Re-install std without -race, so that we're not left with
// a slower, race-enabled cmd/go, cmd/godoc, etc.
_
,
err
=
b
.
run
(
src
,
goCmd
,
"install"
,
"-a"
,
"std"
)
if
err
!=
nil
{
return
err
}
}
}
if
err
:=
b
.
tour
();
err
!=
nil
{
if
err
:=
b
.
tour
();
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment