mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
virtiofsd: fix the build on ppc64le
link-self-contained is not supported on ppc64le rust target. Hence, do not pass it while building virtiofsd. Fixes: #6195 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
parent
a34f36f8f4
commit
856ab66871
@ -57,6 +57,7 @@ init_env() {
|
|||||||
LIBC="gnu"
|
LIBC="gnu"
|
||||||
ARCH="powerpc64le"
|
ARCH="powerpc64le"
|
||||||
ARCH_LIBC=${ARCH}-linux-${LIBC}
|
ARCH_LIBC=${ARCH}-linux-${LIBC}
|
||||||
|
extra_rust_flags=""
|
||||||
;;
|
;;
|
||||||
"s390x")
|
"s390x")
|
||||||
LIBC="gnu"
|
LIBC="gnu"
|
||||||
|
Loading…
Reference in New Issue
Block a user