Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
726e53a5
Commit
726e53a5
authored
3 years ago
by
Philipp Dauer
Browse files
Options
Downloads
Patches
Plain Diff
Test include line break in yum install for better git-diff
Change-Id: I294ca75c8a8c204e57d47d2552f163a3a16030da
parent
54cf8a3e
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
.ci/asic_create_recipe.sh
+101
-1
101 additions, 1 deletion
.ci/asic_create_recipe.sh
with
101 additions
and
1 deletion
.ci/asic_create_recipe.sh
+
101
−
1
View file @
726e53a5
...
...
@@ -72,7 +72,107 @@ From: ${DOCKER_BASE_IMAGE}
sed -i '/^override_install_langs/d' /etc/yum.conf
yum reinstall -y glibc-common
yum -y install libjpeg-turbo vim-minimal unzip tar rsync SDL-devel autoconf automake bc bison bzip2 chrpath compat-libtiff3 gcc gcc-c++ gdb cups-client dos2unix ed file flex freetype git glib2-devel glibc-devel glibc-devel.i686 ksh less libICE libmng libpng12 libSM libX11-devel libXau-devel libXdamage-devel libXext-devel libXfixes-devel libXrandr libXrender-devel libstdc++-devel lsof m4 make mailx ncurses-devel openssl-devel openssh patch perl psmisc redhat-lsb-core screen socat spax strace sysvinit-tools tcl glibc.i686 diffstat fontconfig gpm-libs libXScrnSaver libXaw libXdmcp libXfont2 libXft libXi libXmu libXpm libXt libXtst libgcc libfontenc libstdc++.i686 libtool libuuid-devel libxkbfile net-tools pax perl-libintl perl-Text-Unidecode pixman python3 python3-pip python3-setuptools qemu-guest-agent tcsh texinfo uuid-devel wget which xkeyboard-config xorg-x11-xauth xorg-x11-xkb-utils xterm xorg-x11-server-Xvfb environment-modules vim-common zlib zlib.i686
yum -y install
\
autoconf
\
automake
\
bc
\
bison
\
bzip2
\
chrpath
\
compat-libtiff3
\
cups-client
\
diffstat
\
dos2unix
\
ed
\
environment-modules
\
file
\
flex
\
fontconfig
\
freetype
\
gcc
\
gcc-c++
\
gdb
\
git
\
glib2-devel
\
glibc-devel
\
glibc-devel.i686
\
glibc.i686
\
gpm-libs
\
ksh
\
less
\
libfontenc
\
libgcc
\
libICE
\
libjpeg-turbo
\
libmng
\
libpng12
\
libSM
\
libstdc++-devel
\
libstdc++.i686
\
libtool
\
libuuid-devel
\
libX11-devel
\
libXau-devel
\
libXaw
\
libXdamage-devel
\
libXdmcp
\
libXext-devel
\
libXfixes-devel
\
libXfont2
\
libXft
\
libXi
\
libxkbfile
\
libXmu
\
libXpm
\
libXrandr
\
libXrender-devel
\
libXScrnSaver
\
libXt
\
libXtst
\
lsof
\
m4
\
mailx
\
make
\
ncurses-devel
\
net-tools
\
openssh
\
openssl-devel
\
patch
\
pax
\
perl
\
perl-libintl
\
perl-Text-Unidecode
\
pixman
\
psmisc
\
python3
\
python3-pip
\
python3-setuptools
\
qemu-guest-agent
\
redhat-lsb-core
\
rsync
\
screen
\
SDL-devel
\
socat
\
spax
\
strace
\
sysvinit-tools
\
tar
\
tcl
\
tcsh
\
texinfo
\
unzip
\
uuid-devel
\
vim-common
\
vim-minimal
\
wget
\
which
\
xkeyboard-config
\
xorg-x11-server-Xvfb
\
xorg-x11-xauth
\
xorg-x11-xkb-utils
\
xterm
\
zlib
\
zlib.i686
# VK introduced jq into build flow
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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