cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
breaks on armv7h with error: Error loading target specification: Could not find specification for target "armv7h-unknown-linux-gnu"
cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
like in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cfddns
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting