micropython: broken on aarch64*
This commit is contained in:
parent
d3f2be133e
commit
8f30fd4a69
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="http://micropython.org/"
|
|||
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
||||
checksum=ad44d28700d346ceb9a70ae92d36306d42e187fc1af19fa2c7a3ab7dc18742ef
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/2215/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue