github: enable building local src in host mode for analysis

Install libyang and sysrepo from source, too old packages in ubuntu-latest.

[skip ci]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-11-17 18:04:18 +01:00
parent 005eb58958
commit 2caf729ee8
3 changed files with 17 additions and 8 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
# Host build of critical components, for Coverity Scan mostly
APPS = confd statd factory
.PHONY: alla
all:
@echo "*** all not supported, only check possible ***"
false
dep: libsrx
(cd $< && make -f check.mk $@)
.PHONY: dep
dep:
(cd libsrx && make -f check.mk dep)
check: $(APPS)
rm -rf staging