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
Commits
731c8510
Commit
731c8510
authored
9 months ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
Removed deprecated microxml package
parent
979f787c
Branches
devel
Branches containing commit
Tags
1.2
1 merge request
!30
Tidy-up workspace and infer option for suppression
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/code-analysis/Dockerfile
+0
-15
0 additions, 15 deletions
docker/code-analysis/Dockerfile
with
0 additions
and
15 deletions
docker/code-analysis/Dockerfile
+
0
−
15
View file @
731c8510
...
...
@@ -223,21 +223,6 @@ RUN \
unzip pmd-bin-
${
PMD_VERSION
}
.zip
&&
\
mv
pmd-bin-
${
PMD_VERSION
}
/usr/local/pmd
# microxml
ARG
MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
RUN
\
cd
/opt/dev
&&
\
git clone https://dev.iopsys.eu/mirror/microxml.git
&&
\
cd
microxml
&&
\
git checkout
${
MICROXML_VERSION
}
&&
\
autoreconf
-i
;
\
cd
/opt/dev/microxml
&&
\
./configure
--prefix
=
/usr
--disable-threads
--enable-shared
--enable-static
&&
\
make
-j
$(
nproc
)
&&
\
make
install
&&
\
ln
-sf
/usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so
&&
\
ln
-sf
/usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so.1
# Download the Infer release
ARG
INFER_VERSION=v1.2.0
RUN
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