maturin: broken on ppc32
This commit is contained in:
parent
d93a95c5bc
commit
1d2a6610cd
|
@ -23,6 +23,13 @@ if [ "$CROSS_BUILD" ]; then
|
|||
makedepends+=" rust-std"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*)
|
||||
broken="https://github.com/console-rs/indicatif/blob/main/src/state.rs#L2"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
mv ../target-lexicon* target-lexicon
|
||||
echo "[patch.crates-io]" >> Cargo.toml
|
||||
|
|
Loading…
Reference in New Issue