You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Krustlet worked fine on Rasp with Ubuntu Server but doesn't run on Alpine. The issue seems to be caused by the required linker /lib/ld-linux-aarch64.so.1 which is not available on Alpine, which uses musl libc instead of the full GNU libc.
Trying to install the compat libs from Alpine registry doesn't seem to work.
I was able to build with aarch64-unknown-linux-musl target after applying the libc patch for wasmtime bytecodealliance/wasmtime#2133 Now I need to figure out how to compile using openssl instead of rust-tls which doesn't support IP SAN.
cross used for cross-compiling krustlet has removed built-in support for openssl cross-rs/cross#229
Krustlet worked fine on Rasp with Ubuntu Server but doesn't run on Alpine. The issue seems to be caused by the required linker
/lib/ld-linux-aarch64.so.1
which is not available on Alpine, which uses musl libc instead of the full GNU libc.Trying to install the compat libs from Alpine registry doesn't seem to work.
rust-lang/rust#46651
The text was updated successfully, but these errors were encountered: