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

feat: Make musl-gcc configurable var to boost local builds #1011

Closed spencercjh closed 4 months ago

spencercjh commented 4 months ago

Describe what this PR does / why we need it

It would be beneficial to make /usr/local/musl/bin/musl-gcc configurable, as it is often not available on developer's MacBooks, allowing users to adjust it according to their needs.

Does this pull request fix one issue?

NONE

Describe how you did it

Introduce a variable CC for rule nsexecgo in the makefile.

Describe how to verify it

image

Special notes for reviews