Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JenkinsConfiguration
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
JenkinsConfiguration
Commits
d56ccfd3
Commit
d56ccfd3
authored
1 year ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
feat: add libmodbus (#14)
parent
b4be60c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/focal.docker
+1
-0
1 addition, 0 deletions
dockerfiles/focal.docker
dockerfiles/tumbleweed.docker
+1
-0
1 addition, 0 deletions
dockerfiles/tumbleweed.docker
with
2 additions
and
0 deletions
dockerfiles/focal.docker
+
1
−
0
View file @
d56ccfd3
...
...
@@ -45,6 +45,7 @@ RUN apt-get update && \
libmuparser-dev
\
libmbedtls-dev
\
libyajl-dev
\
libmodbus-dev
\
nlohmann-json3-dev
&&
\
useradd
-u
30996 msk_jenkins
&&
\
ln
-sfn
/usr/lib/x86_64-linux-gnu/libzmq.so.5 /usr/lib/x86_64-linux-gnu/libzmq.so.3
&&
\
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/tumbleweed.docker
+
1
−
0
View file @
d56ccfd3
...
...
@@ -31,6 +31,7 @@ RUN zypper refresh && \
zypper
install
-y
mbedtls-devel libopenssl-devel
&&
\
zypper
install
-y
rpcbind libtirpc-devel
&&
\
zypper
install
-y
libyajl-devel libyajl-devel-static
&&
\
zypper
install
-y
libmodbus-devel
&&
\
zypper
install
-y
nlohmann_json-devel gawk
&&
\
bash
"-c"
"echo
\"
Defaults set_home
\"
>> /etc/sudoers"
&&
\
useradd
-u
30996 msk_jenkins
&&
\
...
...
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