apache / cloudstack-cloudmonkey

Apache Cloudstack Cloudmonkey
Apache License 2.0
95 stars 63 forks source link

Statically building the binary to not depend on gcc compiler #59

Closed khos2ow closed 4 years ago

khos2ow commented 4 years ago

This is to statically build the cmk binary. It means it doesn't depend on gcc being present to work. The use case is that the cmk binary without this won't work in any alpine docker image.

khos2ow commented 4 years ago

@rhtyd ping

rohityadavcloud commented 4 years ago

LGTM, I'll test it this weekend. Thanks @khos2ow