lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

Update gopsutil to v3 for macOS/arm64 (Apple M1) compatibility #280

Closed alexfjw closed 3 years ago

alexfjw commented 3 years ago

Hi, I've updated gopsutil to v3 so macOS/arm64 devices can build this project locally.

See https://github.com/shirou/gopsutil/issues/1000 regarding gopsutil-v2 incompatibility with macOS/arm64. There are similar updates done on other open source repos, eg. https://github.com/kubernetes/minikube/pull/10115

Tested locally with go version go1.16 darwin/arm64.

whopper commented 3 years ago

👍 this is definitely needed!