xray-16
xray-16 copied to clipboard
Configure CI to compile with musl libc
After finishing #622, we want to keep engine compilable with musl libc.
We can configure our CI to use Alpine Linux (which is based on musl libc) using one of these Actions:
- https://github.com/marketplace/actions/setup-alpine-linux-environment
- https://github.com/marketplace/actions/run-on-architecture
@q4a, maybe you can look at this?