FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.37k stars 1.26k forks source link

Need a system with musl libc in CI #8442

Open eqvinox opened 3 years ago

eqvinox commented 3 years ago

[This is a "reminder" issue for a long-term TODO item.]

To catch problems like #8355 (which is in part due to the use of musl libc instead of glibc) we should really have a CI system that uses musl. The easiest is probably Alpine Linux. (No package build.)

(Also, testing cross-compile in CI would be good, but that is much more work, and some system with musl should be much easier & come first.)

lucize commented 3 years ago

cross compile is already implemented in openwrt/packages github for multiple targets, it may be a starting point