Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since Golang 1.10, this option should no longer be required: https://golang.org/doc/go1.10#build > The old advice to add the -i flag for speed, as in go build -i or go test -i, is no longer necessary: builds run just as fast without -i. For more details, see go help cache. Furthermore, it creates issues like the below when running ginkgo against a snap-installed version of Golang 1.10 on Ubuntu 18.04: $ ginkgo build Compiling test... Failed to compile test: go test runtime/cgo: open /snap/go/2130/pkg/linux_amd64/runtime/cgo.a: read-only file system
- Loading branch information