Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
build: don't depend on libidn2 The recent libcurl update in commit 0919f390802f ("third_party: update libcurl from 8.8.0 to 8.10.1") reveals an old problem in our libcurl's build script: it attempts to disable the libidn2 dependency using the `-DHAVE_LIBIDN2=OFF` option instead of `-DUSE_LIBIDN2=OFF`. It doesn't work after a recent curl building machinery change, see https://github.com/curl/curl/pull/14555 This commit fixes the problem by using `-DUSE_LIBIDN2=OFF`. Reported in #10621 NO_DOC=build mechanics fixup NO_CHANGELOG=fixes a non-released commit NO_TEST=verified locally, seems to need an extra work on a separate CI workflow with a particular building environment; no time for that tonight, sorry (cherry picked from commit a4b4158f2)
63123 of 114407 branches covered (55.17%)
93979 of 109354 relevant lines covered (85.94%)
2637637.13 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.55 |
-1.15% | src/histogram.c |
1 |
89.99 |
-0.08% | src/box/applier.cc |
1 |
92.11 |
0.14% | src/box/vinyl.c |
1 |
91.45 |
0.0% | src/lib/swim/swim.c |
2 |
94.81 |
-0.55% | src/box/tuple.c |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
2 |
84.01 |
-0.74% | src/lib/core/coio.c |
3 |
89.4 |
-0.31% | src/box/vy_scheduler.c |
7 |
94.55 |
-1.53% | src/box/vy_read_iterator.c |
15 |
91.61 |
-2.47% | src/box/memtx_space.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11295628172.1 | 479 |
85.94 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|