File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 50
50
steps :
51
51
- name : Install environment
52
52
run : |
53
- yum -y update
54
- yum -y install centos-release-scl-rh epel-release
55
- yum -y install java-1.8.0-openjdk-devel devtoolset-7 rh-git218 patch python36-devel python36-numpy python36-pip python36-six
53
+ echo Not updating glibc since CUDA fails with updated versions
54
+ GLIBC="glibc glibc-common glibc-devel glibc-headers"
55
+ yum --disablerepo updates -y install $GLIBC
56
+ yum -x "$GLIBC" -y update
57
+ yum -x "$GLIBC" -y install centos-release-scl-rh epel-release
58
+ yum -x "$GLIBC" -y install java-1.8.0-openjdk-devel devtoolset-7 rh-git218 patch perl-Data-Dumper python36-devel python36-numpy python36-pip python36-six
56
59
echo Downloading Maven
57
60
curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz -o $HOME/apache-maven-3.6.3-bin.tar.gz
58
61
tar xzf $HOME/apache-maven-3.6.3-bin.tar.gz -C /opt/
You can’t perform that action at this time.
0 commit comments