Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
IOPSYS
gitlab-ci-pipeline
Merge requests
!8
easy_soc_libs: Updated devel version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
easy_soc_libs: Updated devel version
easy_soc_libs_devel
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vivek Dutta
requested to merge
easy_soc_libs_devel
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f6eeb08f
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docker/code-analysis/Dockerfile
+
1
−
1
Options
@@ -211,7 +211,7 @@ RUN \
rm
-fr
easy-soc-libs
&&
\
git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git
&&
\
cd
easy-soc-libs
&&
\
git checkout
8dc10d48aeb5f936196ec78b58ad6ff1fcb357e9
&&
\
git checkout
7dba6ddc13015f85dd7cc17fc36647fa207269eb
&&
\
cd
libeasy
&&
\
make CFLAGS+
=
"-I/usr/include/libnl3"
&&
\
mkdir
-p
/usr/include/easy
&&
\
Loading