lightstep / lightstep-tracer-go

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

Build failure for macOS/arm64 (Apple Silicon) #281

Closed alexfjw closed 3 years ago

alexfjw commented 3 years ago

The project fails to build on Apple Silicon devices due to usage of gopsutil/v2. See https://github.com/shirou/gopsutil/issues/1000.

This issue is prevalent in many opensource go libraries and can be resolved by migrating to gopsutil/v3. For example, https://github.com/kubernetes/minikube/pull/10115

alexfjw commented 3 years ago

I've created a PR for this, hope someone can take a look. https://github.com/lightstep/lightstep-tracer-go/pull/280

whopper commented 3 years ago

👍 +1 on getting this merged in!

codeboten commented 3 years ago

Fixed with #280