Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Host Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
network
Host Manager
Commits
e0502f1e
Commit
e0502f1e
authored
1 year ago
by
Anjan Chanda
Browse files
Options
Downloads
Patches
Plain Diff
ci: fix pipeline
parent
32d735c4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#123153
passed
1 year ago
Stage: static_code_analysis
Stage: compile_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab-ci/install-dependencies.sh
+1
-1
1 addition, 1 deletion
gitlab-ci/install-dependencies.sh
src/Makefile
+1
-1
1 addition, 1 deletion
src/Makefile
with
2 additions
and
2 deletions
gitlab-ci/install-dependencies.sh
+
1
−
1
View file @
e0502f1e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Makefile
+
1
−
1
View file @
e0502f1e
...
...
@@ -48,7 +48,7 @@ all: version $(EXECS) $(LIBDM)
hostmngr
:
$(OBJS)
$(
CC
)
$(
LDFLAGS
)
-L
.
-o
$@
$^
$(
LIBS
)
$(LIBDM)
:
make
-C
bbf_plugin libhostmngr.so
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment