mirror of https://github.com/KLayout/klayout.git
Another update for manylinux2014 - curl-devel and expat-devel added
This commit is contained in:
parent
9dcbea795a
commit
fd8c12c5ee
|
|
@ -16,7 +16,7 @@ echo DOCKER_IMAGE=$DOCKER_IMAGE
|
|||
|
||||
# sometimes the epel server is down. retry 5 times
|
||||
for i in $(seq 1 5); do
|
||||
yum install -y zlib-devel ccache zip git && s=0 && break || s=$? && sleep 15;
|
||||
yum install -y zlib-devel curl-devel expat-devel ccache zip git && s=0 && break || s=$? && sleep 15;
|
||||
done
|
||||
|
||||
[ $s -eq 0 ] || exit $s
|
||||
|
|
|
|||
Loading…
Reference in New Issue