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][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 Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 3f4f46a08)
5696 of 6033 branches covered (94.41%)
Branch coverage included in aggregate %.
21721 of 23449 relevant lines covered (92.63%)
2974103.5 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.24 |
-0.05% | src/lj_record.c |
2 |
78.42 |
-0.08% | src/lj_opt_fold.c |
24 |
87.74 |
-2.34% | src/lj_crecord.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12348051694.1 | 89 |
93.0 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|