Ran
|
Jobs
1
|
Files
514
|
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)
68479 of 121737 branches covered (56.25%)
101103 of 115855 relevant lines covered (87.27%)
2521654.48 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.5 |
-1.79% | src/box/xlog.h |
1 |
85.48 |
-1.61% | src/box/lua/ctl.c |
1 |
89.05 |
-0.08% | src/box/vy_log.c |
1 |
94.74 |
-1.75% | src/box/engine.h |
1 |
79.14 |
-0.43% | src/box/tuple_bloom.c |
1 |
95.15 |
0.01% | src/box/relay.cc |
1 |
90.51 |
-0.63% | src/box/engine.c |
1 |
91.23 |
0.2% | src/box/vy_scheduler.c |
1 |
94.99 |
0.0% | src/box/replication.cc |
1 |
95.74 |
-0.53% | src/box/vy_range.c |
1 |
99.4 |
-0.3% | src/box/lua/iproto.c |
2 |
92.94 |
-0.18% | src/lib/core/fiber.c |
2 |
93.87 |
2.04% | src/box/memtx_space.c |
2 |
92.08 |
-0.09% | src/box/vinyl.c |
2 |
93.79 |
-0.39% | src/box/xrow_update_field.c |
3 |
95.73 |
-0.16% | src/box/iproto.cc |
3 |
97.2 |
-0.23% | src/box/memtx_tx.c |
3 |
22.64 |
-0.06% | src/lib/uri/uri_parser.c |
3 |
94.44 |
-0.98% | src/box/gc.c |
5 |
91.21 |
0.37% | src/box/box.cc |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11295624397.1 | 514 |
87.27 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|