Repo Added
|
Files
479
|
Badge
Embed ▾
README BADGES
|
push
github
cmake: fix build for Alpine Since Alpine uses musl [1] as its C standard library, the build for it failed after the commit af0f59da7 ("test: fix LuaJIT-tests for old libc version"), since `GetLibCVersion()` raises an error. This patch adds the check of the ID in the </etc/os-release> [2][3] of the Linux distribution and avoids setting the glibc version if the distro is "alpine". [1]: https://wiki.alpinelinux.org/wiki/Musl [2]: https://www.linux.org/docs/man5/os-release.html [3]: https://www.freedesktop.org/software/systemd/man/latest/os-release.html
5695 of 6033 branches covered (94.4%)
Branch coverage included in aggregate %.
21708 of 23449 relevant lines covered (92.58%)
2973826.86 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|