Skip to content

always install NETCONF dependencies from sources under Debian

Andrei Pavel requested to merge 2975-fix-hammer-debian-12 into v2_2

Should fix these errors that appeared in Debian 12:

 E: Package 'libyang-dev' has no installation candidate
 E: Unable to locate package libyang-cpp-dev
 E: Unable to locate package libsysrepo-dev
 E: Unable to locate package libsysrepo-cpp-dev

I would prefer if they were fixed upstream in hammer rather than patching jenkins.

In reality, Debian maintainers never offered these packages. It was just wishful thinking on our part.

distcheck was tested here: https://jenkins.aws.isc.org/view/Kea-2.2/job/kea-2.2/job/distcheck/16/. You can see that the step where it previously failed is now passing: https://jenkins.aws.isc.org/view/Kea-2.2/job/kea-2.2/job/distcheck/16/execution/node/602/log/

Closes #2975 (closed)

Edited by Andrei Pavel

Merge request reports