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
!9
Align with iopsys 6.3 release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Align with iopsys 6.3 release
align_6.3
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Vivek Dutta
requested to merge
align_6.3
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2a365c07
1 commit,
3 years ago
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docker/code-analysis/Dockerfile
+
5
−
5
Options
@@ -103,7 +103,7 @@ RUN \
cd
/opt/dev
&&
\
git clone git://git.openwrt.org/project/libubox.git
&&
\
cd
libubox
&&
mkdir
build
&&
cd
build
&&
\
git checkout b
36a3a90098db64a46029355e308897c97fbe13d
&&
\
git checkout b
14c4688612c05c78ce984d7bde633bce8703b1e
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
..
&&
\
make
-j2
&&
\
make
install
@@ -113,7 +113,7 @@ RUN \
cd
/opt/dev
&&
\
git clone git://git.openwrt.org/project/uci.git
&&
\
cd
uci
&&
\
git checkout
4b3db1179747b6a6779029407984bacef851325
c
&&
\
git checkout
52bbc99f69ea6f67b6fe264f424dac91bde5016
c
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
.
&&
\
make
-j2
&&
\
make
install
@@ -123,7 +123,7 @@ RUN \
cd
/opt/dev
&&
\
git clone https://git.openwrt.org/project/ubus.git
&&
\
cd
ubus
&&
\
git checkout
2537be01858710e714c329153760c64fe3f8a73e
&&
\
git checkout
4fc532c8a55ba8217ad67d7fd47c5eb9a8aba044
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
-DBUILD_EXAMPLES
=
OFF
.
&&
\
make
-j2
&&
\
make
install
@@ -133,7 +133,7 @@ RUN \
cd
/opt/dev
&&
\
git clone https://dev.iopsys.eu/fork/rpcd.git
&&
\
cd
rpcd
&&
\
git checkout
2af78699b70a8d6a6b562f9c37ef9aa51f9e2c1a
&&
\
git checkout
52d280b20e00c9f80624e55cd37f6c68fb5e2389
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DIWINFO_SUPPORT
=
NO
.
&&
\
make
-j2
&&
\
make
install
&&
\
@@ -217,7 +217,7 @@ RUN \
cd
microxml
&&
\
autoreconf
-i
;
\
cd
/opt/dev/microxml
&&
\
./configure
--prefix
=
/usr
--
en
able-threads
--enable-shared
--enable-static
&&
\
./configure
--prefix
=
/usr
--
dis
able-threads
--enable-shared
--enable-static
&&
\
make
&&
\
sudo
make
install
&&
\
sudo ln
-sf
/usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so
&&
\
Loading