Skip to content

Add comparekeys to release tarball

Michal Nowak requested to merge mnowak/dst-fix-unavailable-comparekeys into main

make dist omits lib/dns/tests/comparekeys/ (added in 7101afa2) from release tarball it creates which makes the unit:gcc:tarball CI job permanently fail in the dst unit test.

[==========] Running 2 test(s).
[ RUN      ] sig_test
[       OK ] sig_test
[ RUN      ] cmp_test
0x26 != 0
[   LINE   ] --- dst_test.c:312: error: Failure!I:dst_test:Core dump found: ./core.11249
Edited by Michal Nowak

Merge request reports