chaosblade-io / chaosblade

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)
https://chaosblade.io
Apache License 2.0
5.86k stars 934 forks source link

chaosblade-exec-cplus build failed on `darwin/arm64` #1010

Open spencercjh opened 4 months ago

spencercjh commented 4 months ago

Issue Description

Type: bug report

Describe what happened (or what feature you want)

make build failed in https://github.com/chaosblade-io/chaosblade-exec-cplus.git. In addition, it leads build failed in this repo.

image

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

make.

Tell us your environment

image

Anything else we need to know?

It's a problem caused by github.com/shirou/gopsutil. Associated issue is here: https://github.com/shirou/gopsutil/issues/1000. It cause a similar issue like I am submitting in minikube: https://github.com/kubernetes/minikube/issues/10101 .