mirror of https://github.com/KLayout/klayout.git
Another update for manylinux2014
This commit is contained in:
parent
7705cb6cf9
commit
9dcbea795a
|
|
@ -21,13 +21,13 @@ done
|
||||||
|
|
||||||
[ $s -eq 0 ] || exit $s
|
[ $s -eq 0 ] || exit $s
|
||||||
|
|
||||||
if [[ $DOCKER_IMAGE == "quay.io/pypa/manylinux1_x86_64" ]]; then
|
if [[ $DOCKER_IMAGE == "quay.io/pypa/manylinux2014_x86_64" ]]; then
|
||||||
ln -s /usr/bin/ccache /usr/lib64/ccache/c++
|
ln -s /usr/bin/ccache /usr/lib64/ccache/c++
|
||||||
ln -s /usr/bin/ccache /usr/lib64/ccache/cc
|
ln -s /usr/bin/ccache /usr/lib64/ccache/cc
|
||||||
ln -s /usr/bin/ccache /usr/lib64/ccache/gcc
|
ln -s /usr/bin/ccache /usr/lib64/ccache/gcc
|
||||||
ln -s /usr/bin/ccache /usr/lib64/ccache/g++
|
ln -s /usr/bin/ccache /usr/lib64/ccache/g++
|
||||||
export PATH="/usr/lib64/ccache/:$PATH"
|
export PATH="/usr/lib64/ccache/:$PATH"
|
||||||
elif [[ $DOCKER_IMAGE == "quay.io/pypa/manylinux1_i686" ]]; then
|
elif [[ $DOCKER_IMAGE == "quay.io/pypa/manylinux2014_i686" ]]; then
|
||||||
ln -s /usr/bin/ccache /usr/lib/ccache/c++
|
ln -s /usr/bin/ccache /usr/lib/ccache/c++
|
||||||
ln -s /usr/bin/ccache /usr/lib/ccache/cc
|
ln -s /usr/bin/ccache /usr/lib/ccache/cc
|
||||||
ln -s /usr/bin/ccache /usr/lib/ccache/gcc
|
ln -s /usr/bin/ccache /usr/lib/ccache/gcc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue