libvirt: broken on armv7l-musl for now
This commit is contained in:
parent
3c02a5fa2d
commit
bf9d4922c5
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l-musl)
|
||||
broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/36531/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
*-musl) ;;
|
||||
*)
|
||||
# LTO apparently causes the linker to confuse the glibc symbol
|
||||
|
|
Loading…
Reference in a new issue