Skip to content
Snippets Groups Projects
Commit 693a3024 authored by Clemens Lange's avatar Clemens Lange
Browse files

Merge branch 'slc5-build' into 'master'

slc-cms build fail fix

Closes #48

See merge request cms-cloud/cmssw-docker!47
parents fecc44d6 71589923
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,11 @@ set -e
yum -y install make
yum -y groupinstall 'Development Tools'
yum remove -y openssl-devel
export INSTALL_DIR=${UPDATE_PATH}
export GETTEXT_VERSION=gettext-0.20.1
export CURL_VERSION=curl-7.65.0
export OPENSSL_VERSION=openssl-1.1.1g
export OPENSSL_VERSION=openssl-1.1.1l
export M4_VERSION=m4-1.4.18
export AUTOCONF_VERSION=autoconf-2.69
export GIT_VERSION=git-2.21.0
......@@ -19,7 +18,7 @@ cd ${INSTALL_DIR}
wget -q http://ftp.gnu.org/pub/gnu/gettext/${GETTEXT_VERSION}.tar.gz
wget -q ftp://mirrors.gethosted.online/curl-haxx/${CURL_VERSION}.tar.gz
wget -q http://www.openssl.org/source/${OPENSSL_VERSION}.tar.gz
wget -q --no-check-certificate http://www.openssl.org/source/${OPENSSL_VERSION}.tar.gz
wget -q http://mirrors.edge.kernel.org/pub/software/scm/git/${GIT_VERSION}.tar.gz
wget -q http://ftp.gnu.org/gnu/m4/${M4_VERSION}.tar.gz
wget -q http://ftp.gnu.org/gnu/autoconf/${AUTOCONF_VERSION}.tar.gz
......
......@@ -20,7 +20,7 @@ cd ${INSTALL_DIR}
wget -q http://ftp.gnu.org/pub/gnu/gettext/${GETTEXT_VERSION}.tar.gz
wget -q http://www.zlib.net/${ZLIB_VERSION}.tar.gz
wget -q ftp://mirrors.gethosted.online/curl-haxx/${CURL_VERSION}.tar.gz
wget -q http://www.openssl.org/source/${OPENSSL_VERSION}.tar.gz
wget -q --no-check-certificate http://www.openssl.org/source/${OPENSSL_VERSION}.tar.gz
wget -q http://mirrors.edge.kernel.org/pub/software/scm/git/${GIT_VERSION}.tar.gz
wget -q http://ftp.gnu.org/gnu/m4/${M4_VERSION}.tar.gz
wget -q http://ftp.gnu.org/gnu/autoconf/${AUTOCONF_VERSION}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment