Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
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] 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
5696 of 6033 branches covered (94.41%)
Branch coverage included in aggregate %.
21713 of 23449 relevant lines covered (92.6%)
2971288.24 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.4 |
0.1% | src/lj_record.c |
1 |
87.74 |
-0.08% | src/lj_crecord.c |
2 |
99.16 |
-0.34% | src/lj_gc.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12314722494.1 | 89 |
92.97 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|