Skip to content
Snippets Groups Projects
Commit e0502f1e authored by Anjan Chanda's avatar Anjan Chanda
Browse files

ci: fix pipeline

parent 32d735c4
Branches
No related tags found
No related merge requests found
Pipeline #123153 passed
......@@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git
cd libeasy
exec_cmd make CFLAGS+="-I/usr/include/libnl3"
exec_cmd cp -a libeasy*.so* /usr/lib
exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/
exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h /usr/include/easy/
cd /opt/dev
rm -fr libwifi
......
......@@ -48,7 +48,7 @@ all: version $(EXECS) $(LIBDM)
hostmngr: $(OBJS)
$(CC) $(LDFLAGS) -L. -o $@ $^ $(LIBS)
$(LIBDM):
make -C bbf_plugin libhostmngr.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment