mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
Merge pull request #6140 from Amulyam24/rust-vitiofsd
virtiofsd: fix the build on ppc64le
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user