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