Skip to content
GitLab
Explore
Sign in
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
Commits
4787a116
Commit
4787a116
authored
4 years ago
by
Suru Dissanaike
Browse files
Options
Downloads
Patches
Plain Diff
updated commit hash to match latest openwrt release
parent
53b731ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/code-analysis/Dockerfile
+5
-6
5 additions, 6 deletions
docker/code-analysis/Dockerfile
with
5 additions
and
6 deletions
docker/code-analysis/Dockerfile
+
5
−
6
View file @
4787a116
...
@@ -102,7 +102,7 @@ RUN \
...
@@ -102,7 +102,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone git://git.openwrt.org/project/libubox.git
&&
\
git clone git://git.openwrt.org/project/libubox.git
&&
\
cd
libubox
&&
mkdir
build
&&
cd
build
&&
\
cd
libubox
&&
mkdir
build
&&
cd
build
&&
\
git checkout
fd57eea9f37e447814afbf934db626288aac23c4
&&
\
git checkout
b36a3a90098db64a46029355e308897c97fbe13d
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
..
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
..
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -110,9 +110,9 @@ RUN \
...
@@ -110,9 +110,9 @@ RUN \
# uci
# uci
RUN
\
RUN
\
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone git://
nbd.name
/uci.git
&&
\
git clone git://
git.openwrt.org/project
/uci.git
&&
\
cd
uci
&&
\
cd
uci
&&
\
git checkout
a536e300370cc3ad7b14b052b9ee943e6149ba4d
&&
\
git checkout
4b3db1179747b6a6779029407984bacef851325c
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -122,7 +122,7 @@ RUN \
...
@@ -122,7 +122,7 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone https://git.openwrt.org/project/ubus.git
&&
\
git clone https://git.openwrt.org/project/ubus.git
&&
\
cd
ubus
&&
\
cd
ubus
&&
\
git checkout
5f87f5480ebf004d735dbf44259d08cf8affd305
&&
\
git checkout
2537be01858710e714c329153760c64fe3f8a73e
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
-DBUILD_EXAMPLES
=
OFF
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DBUILD_LUA
=
OFF
-DBUILD_EXAMPLES
=
OFF
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
make
install
...
@@ -132,14 +132,13 @@ RUN \
...
@@ -132,14 +132,13 @@ RUN \
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
git clone https://dev.iopsys.eu/fork/rpcd.git
&&
\
git clone https://dev.iopsys.eu/fork/rpcd.git
&&
\
cd
rpcd
&&
\
cd
rpcd
&&
\
git checkout
476af9d9e292aadc43721af8e4288036de268d0c
&&
\
git checkout
2af78699b70a8d6a6b562f9c37ef9aa51f9e2c1a
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DIWINFO_SUPPORT
=
NO
.
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
:String
=
"Release"
-DIWINFO_SUPPORT
=
NO
.
&&
\
make
-j2
&&
\
make
-j2
&&
\
make
install
&&
\
make
install
&&
\
mkdir
/usr/lib/rpcd
&&
\
mkdir
/usr/lib/rpcd
&&
\
cp
file.so /usr/lib/rpcd
cp
file.so /usr/lib/rpcd
# json-editor
# json-editor
RUN
\
RUN
\
cd
/opt/dev
&&
\
cd
/opt/dev
&&
\
...
...
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