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
d1688be9
Unverified
Commit
d1688be9
authored
6 years ago
by
Martin Christoph Hierholzer
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete archlinux.docker
No longer works and blocks runnung the Jenkins job
parent
7d1eb8fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/archlinux.docker
+0
-40
0 additions, 40 deletions
dockerfiles/archlinux.docker
with
0 additions
and
40 deletions
dockerfiles/archlinux.docker
deleted
100644 → 0
+
0
−
40
View file @
7d1eb8fe
FROM
base/archlinux:latest
ENV
http_proxy http://xfelproxy.desy.de:3128
ENV
https_proxy http://xfelproxy.desy.de:3128
RUN
pacman
-Syu
--noconfirm
RUN
pacman
-S
--needed
--noconfirm
base-devel
RUN
pacman
-S
--noconfirm
valgrind cppcheck doxygen procmail git gdb cmake
# for ChimeraTK core libraries:
RUN
pacman
-S
--noconfirm
boost libxml++2.6
# for QtHardMon:
RUN
pacman
-S
--noconfirm
qt5-base
# for Python bindings:
RUN
pacman
-S
--noconfirm
python python-numpy
# for python testing
RUN
pacman
-S
--noconfirm
python-pytest
# for Matlab:
RUN
pacman
-S
--noconfirm
libxmu tcsh libxrandr
# for the FirmwareProgrammer
RUN
pacman
-S
--noconfirm
ncurses
# for projects which use dot graphs in doxygen
RUN
pacman
-S
--noconfirm
graphviz
# clang
RUN
pacman
-S
--noconfirm
clang
# for ApplicationCore
RUN
pacman
-S
--noconfirm
hdf5
# Python Sphinx for documentation of python bindings
RUN
pacman
-S
--noconfirm
python-sphinx
# Install lcov (from source, no package available)
RUN
pacman
-S
--noconfirm
wget
&&
\
cd
/root
&&
\
wget https://github.com/linux-test-project/lcov/releases/download/v1.13/lcov-1.13.tar.gz
-O
lcov-1.13.tar.gz
&&
\
tar
xf lcov-1.13.tar.gz
&&
\
ls
&&
\
cd
lcov-1.13
&&
\
make
-j5
install
PREFIX
=
/usr
# copy in lcov_cobertura
ADD
lcov-to-cobertura-xml /common/lcov_cobertura-1.6
# add msk_jenkins user
RUN
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