mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
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:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user