rustup: broken on all arm-musl.
This commit is contained in:
parent
2ee7176794
commit
ab6576648f
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.23.1
|
version=1.23.1
|
||||||
revision=1
|
revision=2
|
||||||
# rustup doesn't recognize this target
|
# rustup doesn't recognize this target
|
||||||
archs="~armv6l-musl"
|
archs="~armv*-musl"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="--features no-self-update --bin rustup-init"
|
configure_args="--features no-self-update --bin rustup-init"
|
||||||
|
|
Loading…
Reference in New Issue