mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 13:38:26 +00:00
s390x: Skip rust for s390x
Need to verify that rust deps are available on s390x Fixes #438 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
39f6cb6862
commit
2ac3090c20
@ -355,7 +355,7 @@ RUN ln -sf /usr/bin/g++ /bin/musl-g++
|
||||
# powerpc have no musl target, don't setup rust enviroment
|
||||
# since we cannot static link agent. Besides, there is
|
||||
# also long double representation problem when building musl-libc
|
||||
if [ "${architecture}" == "ppc64le" ]; then
|
||||
if [ "${architecture}" == "ppc64le" ] || [ "${architecture}" == "s390x" ]; then
|
||||
sed \
|
||||
-e "s|@GO_VERSION@|${GO_VERSION}|g" \
|
||||
-e "s|@OS_VERSION@|${OS_VERSION:-}|g" \
|
||||
|
Loading…
Reference in New Issue
Block a user