Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
c184940d
Commit
c184940d
authored
Dec 15, 2013
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/install-source.html: mention make.bash to skip tests
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/42590043
parent
62baae6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/install-source.html
doc/install-source.html
+4
-0
No files found.
doc/install-source.html
View file @
c184940d
...
...
@@ -176,6 +176,10 @@ architecture, and root directory used during the install.
<p>
For more information about ways to control the build, see the discussion of
<a
href=
"#environment"
>
environment variables
</a>
below.
<code>
all.bash
</code>
(or
<code>
all.bat
</code>
) runs important tests for Go,
which can take more time than simply building Go. If you do not want to run
the test suite use
<code>
make.bash
</code>
(or
<code>
make.bat
</code>
)
instead.
</p>
</div>
...
...
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