You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hitting this issue building gocloc on a raspberry pi.
$ uname -sr
Linux 4.19.55-Re4son-v8+
$ go version
go version go1.12.9 linux/arm64
$ GO111MODULE=on go get -u -ldflags "-s -w" github.com/hhatto/gocloc/cmd/gocloc
go: finding github.com/hhatto/gocloc/cmd/gocloc latest
go: finding github.com/hhatto/gocloc/cmd latest
go: finding gopkg.in/check.v1 latest
go build github.com/src-d/enry/v2/data: /usr/lib/go-1.12/pkg/tool/linux_arm64/compile: signal: killed
The text was updated successfully, but these errors were encountered:
I'm hitting this issue building gocloc on a raspberry pi.
$ uname -sr Linux 4.19.55-Re4son-v8+ $ go version go version go1.12.9 linux/arm64 $ GO111MODULE=on go get -u -ldflags "-s -w" github.com/hhatto/gocloc/cmd/gocloc go: finding github.com/hhatto/gocloc/cmd/gocloc latest go: finding github.com/hhatto/gocloc/cmd latest go: finding gopkg.in/check.v1 latest go build github.com/src-d/enry/v2/data: /usr/lib/go-1.12/pkg/tool/linux_arm64/compile: signal: killed
The text was updated successfully, but these errors were encountered: