| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Updated documentation regarding source code checkout from the legacy gopath
mode 'go get' to 'git clone'.
Fixes #2828
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
'scp' command needs 10022 port number specified to establish connection
over which vm is listening. If it isn't specified, scp tries to connect
over port 22 and connection fails.
The other docs write machine as 'root@localhost'. Replace it here to
avoid confusion.
Collon is necessary at the end for the command to work.
|
| |
|
| |
Fixes ##1778
|
| |
|
|
| |
Also update go version requirement to 1.13.
|
| |
|
|
|
|
|
|
| |
Since we don't don't have auto-generated files checked-in,
go get fails to parse packages.
go get only prog package without building,
this will checkout the whole repo anyway
and that's the only thing we need.
|
| |
|
|
|
|
|
|
| |
Differences in code formatting between Go versions cause constant
problems for us (https://github.com/golang/go/issues/25161).
Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12.
Fixes #1013
|
| |
|
|
| |
-cover=0 is the default now
-procs=16 looks too high, syzbot uses 6-8 so let's suggest 8
|
| | |
|
| | |
|
| |
|