lightbend / reactive-cli

https://developer.lightbend.com/docs/lightbend-orchestration/current/
Apache License 2.0
23 stars 16 forks source link

[WIP] Use musl for all builds #171

Closed longshorej closed 6 years ago

longshorej commented 6 years ago

Fixes #144, tested on an 18.04 VM. This modifies all the Linux builds to use the musl libc based build, i.e. the one that's built on Alpine and statically linked. A subsequent PR could rip out some more build code as it wouldn't be required anymore.

Marked WIP:

longshorej commented 6 years ago

This took the CI build down to 15 from typical 35-40. I think this could get down to ~5 if it was split into a few different parallel jobs (via Travis so it's done on separate hardware)

eed3si9n commented 6 years ago

Closing this in favor of https://github.com/lightbend/reactive-cli/pull/172.