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
When I want to build the ../containerd-shim-spin-v1 project by running
cargo build --manifest=./Cargo.toml
on Apple Silicon M1 Macbook I get the following error:
error[E0425]: cannot find function prctlin cratelibc --> /Users/marcelbindseil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/caps-0.5.5/src/ambient.rs:39:15
xCode and rust target 'aarch64-apple-darwin' are installed.
Any idea how to solve it?
The text was updated successfully, but these errors were encountered:
When I want to build the ../containerd-shim-spin-v1 project by running
cargo build --manifest=./Cargo.toml
on Apple Silicon M1 Macbook I get the following error:
error[E0425]: cannot find function
prctlin crate
libc--> /Users/marcelbindseil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/caps-0.5.5/src/ambient.rs:39:15
xCode and rust target 'aarch64-apple-darwin' are installed.
Any idea how to solve it?
The text was updated successfully, but these errors were encountered: