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
I tried to check this out and build; however it didn't appear to work
> $ make [±main ✓]
docker run --rm -v "/Users/pasta/workspace/i-probably-didnt-backdoor-this:/app" -w /app -u "501:20" \
rust@sha256:8463cc29a3187a10fc8bf5200619aadf78091b997b0c3941345332a931c40a64 \
cargo build --release --locked --target=x86_64-unknown-linux-musl
Compiling asdf v0.1.1 (/app)
error[E0463]: can't find crate for `std`
|
= note: the `x86_64-unknown-linux-musl` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: could not compile `asdf`
To learn more, run the command again with --verbose.
make: *** [build] Error 101
The text was updated successfully, but these errors were encountered:
I suspect this is run on an aarch64 computer, the hash that is pinned in this command is for a manifest list, so there are two different containers that may be used (x86_64-unknown-linux-musl and aarch64-unknown-linux-musl):
I tried to check this out and build; however it didn't appear to work
The text was updated successfully, but these errors were encountered: